From 278ba9928ab0f36c933f3190aee136bbc964055a Mon Sep 17 00:00:00 2001 From: Luk Claes Date: Sat, 19 May 2012 18:47:31 +0200 Subject: s3:libsmb: get rid of cli_state_security_mode Signed-off-by: Luk Claes Signed-off-by: Stefan Metzmacher --- source3/winbindd/winbindd_cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd/winbindd_cm.c') 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) { -- cgit