Fix extra arg for cm_get_netlogon_cli()
authorTim Potter <tpot@samba.org>
Tue, 27 May 2003 02:28:13 +0000 (02:28 +0000)
committerTim Potter <tpot@samba.org>
Tue, 27 May 2003 02:28:13 +0000 (02:28 +0000)
(This used to be commit a0c3f1d31c4888d33061bb011fcb8e701bba30bc)

source3/nsswitch/winbindd_misc.c

index fb56d0e65747660e81c0e0530d9767e263109a03..8d7cdc4731721194a0e1a179d1940c7ac98fc651 100644 (file)
@@ -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"));