From e0c92de7397f9a765de8116bb8acaab4b50882ef Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 21 Jan 2005 19:09:11 +0000 Subject: r4906: current with 3.0 as of r4905 -- last planned sync --- source/nsswitch/winbindd_cm.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/nsswitch/winbindd_cm.c b/source/nsswitch/winbindd_cm.c index 90ecfe18915..f5dcb69ce08 100644 --- a/source/nsswitch/winbindd_cm.c +++ b/source/nsswitch/winbindd_cm.c @@ -215,7 +215,6 @@ static NTSTATUS cm_prepare_connection(const struct winbindd_domain *domain, { char *machine_password, *machine_krb5_principal; char *ipc_username, *ipc_domain, *ipc_password; - struct ntuser_creds creds; BOOL got_mutex; BOOL add_failed_connection = True; @@ -373,9 +372,6 @@ static NTSTATUS cm_prepare_connection(const struct winbindd_domain *domain, goto done; } - init_creds(&creds, ipc_username, ipc_domain, ipc_password); - cli_init_creds(*cli, &creds); - secrets_named_mutex_release(controller); got_mutex = False; *retry = False; -- cgit