summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-01-21 19:09:11 +0000
committerGerald Carter <jerry@samba.org>2005-01-21 19:09:11 +0000
commite0c92de7397f9a765de8116bb8acaab4b50882ef (patch)
tree94b099216355da2b141068df942f6e7f67d708fd
parent0ff19b2807e92b9abd3fc8cd716dd19284e93af9 (diff)
downloadsamba-e0c92de7397f9a765de8116bb8acaab4b50882ef.tar.gz
samba-e0c92de7397f9a765de8116bb8acaab4b50882ef.tar.xz
samba-e0c92de7397f9a765de8116bb8acaab4b50882ef.zip
r4906: current with 3.0 as of r4905 -- last planned sync
-rw-r--r--source/nsswitch/winbindd_cm.c4
1 files changed, 0 insertions, 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;