summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbindd_misc.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-26 23:56:05 +0000
committerTim Potter <tpot@samba.org>2003-05-26 23:56:05 +0000
commitf4b050932a44d836b11299c158666f6804cceda5 (patch)
tree6b2e061dec23af3d37e43ccb0c61af93fd945213 /source/nsswitch/winbindd_misc.c
parent0583dc358e918cf8bfb4d17bae0f42c4b385d313 (diff)
downloadsamba-f4b050932a44d836b11299c158666f6804cceda5.tar.gz
samba-f4b050932a44d836b11299c158666f6804cceda5.tar.xz
samba-f4b050932a44d836b11299c158666f6804cceda5.zip
Formatting syncup.
Diffstat (limited to 'source/nsswitch/winbindd_misc.c')
-rw-r--r--source/nsswitch/winbindd_misc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/nsswitch/winbindd_misc.c b/source/nsswitch/winbindd_misc.c
index 436c95053e4..fb56d0e6574 100644
--- a/source/nsswitch/winbindd_misc.c
+++ b/source/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"));