summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
diff options
context:
space:
mode:
authorLuk Claes <luk@debian.org>2012-05-20 17:54:29 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-28 14:49:49 +0200
commit764b5e56108362a53acf8f435203dd1e56ecd2ce (patch)
tree2433fbabf58b5351da003c163e1c9a85d054f4d9 /source3/winbindd/winbindd_cm.c
parent82895ab22fb19fabe43ec29365dbe33da0b917f2 (diff)
downloadsamba-764b5e56108362a53acf8f435203dd1e56ecd2ce.tar.gz
samba-764b5e56108362a53acf8f435203dd1e56ecd2ce.tar.bz2
samba-764b5e56108362a53acf8f435203dd1e56ecd2ce.zip
s3:libsmb: get rid of cli_negprot
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_cm.c')
-rw-r--r--source3/winbindd/winbindd_cm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c
index d4af23783d..44ca77bc6c 100644
--- a/source3/winbindd/winbindd_cm.c
+++ b/source3/winbindd/winbindd_cm.c
@@ -827,7 +827,8 @@ static NTSTATUS cm_prepare_connection(const struct winbindd_domain *domain,
cli_set_timeout(*cli, 10000); /* 10 seconds */
- result = cli_negprot(*cli, PROTOCOL_SMB2_02);
+ result = smbXcli_negprot((*cli)->conn, (*cli)->timeout, PROTOCOL_CORE,
+ PROTOCOL_SMB2_02);
if (!NT_STATUS_IS_OK(result)) {
DEBUG(1, ("cli_negprot failed: %s\n", nt_errstr(result)));