summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
diff options
context:
space:
mode:
authorLuk Claes <luk@debian.org>2012-05-19 18:47:31 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-28 14:49:48 +0200
commit278ba9928ab0f36c933f3190aee136bbc964055a (patch)
tree93d8cdf1fcd7719812acb2a6e71ec392dc6dcac8 /source3/winbindd/winbindd_cm.c
parent5f10bd9fe4d8738564ea9674645b6521c131dccf (diff)
downloadsamba-278ba9928ab0f36c933f3190aee136bbc964055a.tar.gz
samba-278ba9928ab0f36c933f3190aee136bbc964055a.tar.bz2
samba-278ba9928ab0f36c933f3190aee136bbc964055a.zip
s3:libsmb: get rid of cli_state_security_mode
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c
index d190bb39a1..81d19a9d72 100644
--- a/source3/winbindd/winbindd_cm.c
+++ b/source3/winbindd/winbindd_cm.c
@@ -918,7 +918,7 @@ static NTSTATUS cm_prepare_connection(const struct winbindd_domain *domain,
cm_get_ipc_userpass(&ipc_username, &ipc_domain, &ipc_password);
- sec_mode = cli_state_security_mode(*cli);
+ sec_mode = smb1cli_conn_server_security_mode((*cli)->conn);
try_ipc_auth = false;
if (try_spnego) {