diff options
author | Tim Potter <tpot@samba.org> | 2003-05-26 23:55:30 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-05-26 23:55:30 +0000 |
commit | 29f306039ee7308e3f2afb4a9adf24411fcc579e (patch) | |
tree | eb216cd2fcfeacce0c854ee2caf892d25d0a254c /source3 | |
parent | 9a3d213965b12d3d649b4b19a281100b0a06593b (diff) | |
download | samba-29f306039ee7308e3f2afb4a9adf24411fcc579e.tar.gz samba-29f306039ee7308e3f2afb4a9adf24411fcc579e.tar.bz2 samba-29f306039ee7308e3f2afb4a9adf24411fcc579e.zip |
Merge of fix for bug #60.
(This used to be commit 0583dc358e918cf8bfb4d17bae0f42c4b385d313)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/winbindd_dual.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd_dual.c b/source3/nsswitch/winbindd_dual.c index 167630b0e1..3597171005 100644 --- a/source3/nsswitch/winbindd_dual.c +++ b/source3/nsswitch/winbindd_dual.c @@ -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; |