diff options
author | Luk Claes <luk@debian.org> | 2012-05-19 18:47:31 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-05-28 14:49:48 +0200 |
commit | 278ba9928ab0f36c933f3190aee136bbc964055a (patch) | |
tree | 93d8cdf1fcd7719812acb2a6e71ec392dc6dcac8 /source3/winbindd/winbindd_cm.c | |
parent | 5f10bd9fe4d8738564ea9674645b6521c131dccf (diff) | |
download | samba-278ba9928ab0f36c933f3190aee136bbc964055a.tar.gz samba-278ba9928ab0f36c933f3190aee136bbc964055a.tar.xz 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index d190bb39a16..81d19a9d725 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) { |