diff options
author | Tim Potter <tpot@samba.org> | 2003-05-27 01:07:13 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-05-27 01:07:13 +0000 |
commit | 8e39d04f16a7f9d55d996db92a827cf94f293ad1 (patch) | |
tree | 8b5bcb778975e1307d8e8194f31deb38cc2914d5 | |
parent | c5505be4b9952bd904caa162b0d943d269ceeb1b (diff) | |
download | samba-8e39d04f16a7f9d55d996db92a827cf94f293ad1.tar.gz samba-8e39d04f16a7f9d55d996db92a827cf94f293ad1.tar.bz2 samba-8e39d04f16a7f9d55d996db92a827cf94f293ad1.zip |
Whoops - tried to merge to wrong branch for bug #60 merge. This redos
the original fix.
(This used to be commit 711f65bee0e7955fdb415182abe4812eae8ec4c3)
-rw-r--r-- | source3/nsswitch/winbindd_dual.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/nsswitch/winbindd_dual.c b/source3/nsswitch/winbindd_dual.c index 3597171005..167630b0e1 100644 --- a/source3/nsswitch/winbindd_dual.c +++ b/source3/nsswitch/winbindd_dual.c @@ -166,9 +166,6 @@ void do_dual_daemon(void) _exit(0); } - if (!winbind_setup_common()) - _exit(0); - dual_daemon_pipe = -1; opt_dual_daemon = False; |