diff options
author | Tim Potter <tpot@samba.org> | 2003-05-27 01:15:31 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-05-27 01:15:31 +0000 |
commit | 19d75b2df77b1db11805278b3845a0923177c355 (patch) | |
tree | 04900e3b2082981f4f28cd7880b71605783c0774 /source3 | |
parent | 0842573b513c7b1788fe0f83f06256515227a1f9 (diff) | |
download | samba-19d75b2df77b1db11805278b3845a0923177c355.tar.gz samba-19d75b2df77b1db11805278b3845a0923177c355.tar.bz2 samba-19d75b2df77b1db11805278b3845a0923177c355.zip |
This should be the correct fix for merge of bug #60 from 3.0.
(This used to be commit aaf06908b290af8184731833a3c9b0837b4fc499)
Diffstat (limited to 'source3')
-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; |