mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
Add port argument to SMBC_attr_server(). Does nothing as yet.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
This commit is contained in:
@ -1775,7 +1775,7 @@ SMBC_setxattr_ctx(SMBCCTX *context,
|
||||
}
|
||||
|
||||
if (! srv->no_nt_session) {
|
||||
ipc_srv = SMBC_attr_server(frame, context, server, share,
|
||||
ipc_srv = SMBC_attr_server(frame, context, server, port, share,
|
||||
&workgroup, &user, &password);
|
||||
if (! ipc_srv) {
|
||||
srv->no_nt_session = True;
|
||||
@ -2070,7 +2070,7 @@ SMBC_getxattr_ctx(SMBCCTX *context,
|
||||
}
|
||||
|
||||
if (! srv->no_nt_session) {
|
||||
ipc_srv = SMBC_attr_server(frame, context, server, share,
|
||||
ipc_srv = SMBC_attr_server(frame, context, server, port, share,
|
||||
&workgroup, &user, &password);
|
||||
if (! ipc_srv) {
|
||||
srv->no_nt_session = True;
|
||||
@ -2207,7 +2207,7 @@ SMBC_removexattr_ctx(SMBCCTX *context,
|
||||
}
|
||||
|
||||
if (! srv->no_nt_session) {
|
||||
ipc_srv = SMBC_attr_server(frame, context, server, share,
|
||||
ipc_srv = SMBC_attr_server(frame, context, server, port, share,
|
||||
&workgroup, &user, &password);
|
||||
if (! ipc_srv) {
|
||||
srv->no_nt_session = True;
|
||||
|
Reference in New Issue
Block a user