From d7fd0d940968b8b8c9f68c5d07e43c6c209278aa Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sat, 9 Nov 2002 04:36:43 +0000 Subject: remove accidental debug code. (This used to be commit 9bba2199e3127c8a7bcb3143d962a6660c125d88) --- source3/nsswitch/winbindd_dual.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source3/nsswitch/winbindd_dual.c b/source3/nsswitch/winbindd_dual.c index f31a4f2de4..207757bcea 100644 --- a/source3/nsswitch/winbindd_dual.c +++ b/source3/nsswitch/winbindd_dual.c @@ -159,10 +159,6 @@ void do_dual_daemon(void) return; } close(fdpair[1]); - - - sleep (60); - DEBUG(0,("do_dual_daemon: Starting up....\n")); if (!winbind_setup_common()) _exit(0); -- cgit