1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

Merge of fix for bug #60.

(This used to be commit 0583dc358e)
This commit is contained in:
Tim Potter 2003-05-26 23:55:30 +00:00
parent 9a3d213965
commit 29f306039e

View File

@ -166,6 +166,9 @@ void do_dual_daemon(void)
_exit(0);
}
if (!winbind_setup_common())
_exit(0);
dual_daemon_pipe = -1;
opt_dual_daemon = False;