summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cm.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-01-01 04:50:45 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-01-01 04:50:45 +0000
commit2de935d89ff4412a82d1d5503a398d6273fd25b8 (patch)
tree2039576b412d73f310353d3a490cad47553c5a97 /source3/nsswitch/winbindd_cm.c
parentc0fb3e1396d04671df456e4805b331e33f7f543d (diff)
downloadsamba-2de935d89ff4412a82d1d5503a398d6273fd25b8.tar.gz
samba-2de935d89ff4412a82d1d5503a398d6273fd25b8.tar.bz2
samba-2de935d89ff4412a82d1d5503a398d6273fd25b8.zip
Further rpc_client removal, this time from winbindd.
Also removed the dependency on auth_util.o, which makes things nicer. Finally, this kills off the NECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJ makefile variable - becouse Samba dependencies are starting to be sane again! Andrew Bartlett (This used to be commit 4609edcac3b70c11025f0c5aa0ddbeed93369c84)
Diffstat (limited to 'source3/nsswitch/winbindd_cm.c')
-rw-r--r--source3/nsswitch/winbindd_cm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c
index 31ab61a7de..013289ed13 100644
--- a/source3/nsswitch/winbindd_cm.c
+++ b/source3/nsswitch/winbindd_cm.c
@@ -684,7 +684,7 @@ NTSTATUS cm_get_netlogon_cli(char *domain, unsigned char *trust_passwd,
return result;
}
- result = cli_nt_setup_creds(conn.cli, trust_passwd);
+ result = new_cli_nt_setup_creds(conn.cli, trust_passwd);
if (!NT_STATUS_IS_OK(result)) {
DEBUG(0, ("error connecting to domain password server: %s\n",