summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-27 02:28:13 +0000
committerTim Potter <tpot@samba.org>2003-05-27 02:28:13 +0000
commitab222b3700313348b2a1b673be82a58cb03c7c79 (patch)
tree4aad6f37f2085b75c2428292f1d5a3da34b4cbe8 /source3
parent1b7c1801ca9020fdd28806599ccf2debaecc8628 (diff)
downloadsamba-ab222b3700313348b2a1b673be82a58cb03c7c79.tar.gz
samba-ab222b3700313348b2a1b673be82a58cb03c7c79.tar.bz2
samba-ab222b3700313348b2a1b673be82a58cb03c7c79.zip
Fix extra arg for cm_get_netlogon_cli()
(This used to be commit a0c3f1d31c4888d33061bb011fcb8e701bba30bc)
Diffstat (limited to 'source3')
-rw-r--r--source3/nsswitch/winbindd_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_misc.c b/source3/nsswitch/winbindd_misc.c
index fb56d0e657..8d7cdc4731 100644
--- a/source3/nsswitch/winbindd_misc.c
+++ b/source3/nsswitch/winbindd_misc.c
@@ -50,7 +50,7 @@ enum winbindd_result winbindd_check_machine_acct(struct winbindd_cli_state *stat
the trust account password. */
/* Don't shut this down - it belongs to the connection cache code */
- result = cm_get_netlogon_cli(lp_workgroup(), trust_passwd, sec_channel_type, &cli);
+ result = cm_get_netlogon_cli(lp_workgroup(), trust_passwd, sec_channel_type, True, &cli);
if (!NT_STATUS_IS_OK(result)) {
DEBUG(3, ("could not open handle to NETLOGON pipe\n"));