From: Gerald Carter Date: Sat, 9 Nov 2002 04:37:07 +0000 (+0000) Subject: remove accidental debug code.. X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=commitdiff_plain;h=5d81628512d92f1d997fdb5bec21818135384d7b;hp=5a21d8021a487da81b4b3389ee628763c651edae remove accidental debug code.. (This used to be commit d422a51b3a076b6398f7b755d16319d9e7c48c75) --- diff --git a/source3/nsswitch/winbindd_dual.c b/source3/nsswitch/winbindd_dual.c index f31a4f2de4d..207757bceae 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);