1
0
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:
Jeremy Allison
2013-04-16 12:22:11 -07:00
parent 534cf516ed
commit da6c84aff0
3 changed files with 5 additions and 3 deletions

View File

@ -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;