From ab222b3700313348b2a1b673be82a58cb03c7c79 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 27 May 2003 02:28:13 +0000 Subject: Fix extra arg for cm_get_netlogon_cli() (This used to be commit a0c3f1d31c4888d33061bb011fcb8e701bba30bc) --- source3/nsswitch/winbindd_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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")); -- cgit