From 161a47277b64299c3ee37e6e756ad155b614b169 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 26 May 2003 23:56:05 +0000 Subject: Formatting syncup. (This used to be commit f4b050932a44d836b11299c158666f6804cceda5) --- source3/nsswitch/winbindd_misc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbindd_misc.c b/source3/nsswitch/winbindd_misc.c index 436c95053e..fb56d0e657 100644 --- a/source3/nsswitch/winbindd_misc.c +++ b/source3/nsswitch/winbindd_misc.c @@ -50,9 +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, - True, &cli); + result = cm_get_netlogon_cli(lp_workgroup(), trust_passwd, sec_channel_type, &cli); if (!NT_STATUS_IS_OK(result)) { DEBUG(3, ("could not open handle to NETLOGON pipe\n")); -- cgit