Merge of fix for bug #60.
authorTim Potter <tpot@samba.org>
Mon, 26 May 2003 23:55:30 +0000 (23:55 +0000)
committerTim Potter <tpot@samba.org>
Mon, 26 May 2003 23:55:30 +0000 (23:55 +0000)
(This used to be commit 0583dc358e918cf8bfb4d17bae0f42c4b385d313)

source3/nsswitch/winbindd_dual.c

index 167630b0e1ff09ac0e8ed8126027a0093412017c..3597171005cfd5090d26af519c08e5e03a2be911 100644 (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;