From 8e39d04f16a7f9d55d996db92a827cf94f293ad1 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 27 May 2003 01:07:13 +0000 Subject: Whoops - tried to merge to wrong branch for bug #60 merge. This redos the original fix. (This used to be commit 711f65bee0e7955fdb415182abe4812eae8ec4c3) --- source3/nsswitch/winbindd_dual.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/nsswitch/winbindd_dual.c') 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; -- cgit