remove accidental debug code.
authorGerald Carter <jerry@samba.org>
Sat, 9 Nov 2002 04:36:43 +0000 (04:36 +0000)
committerGerald Carter <jerry@samba.org>
Sat, 9 Nov 2002 04:36:43 +0000 (04:36 +0000)
(This used to be commit 9bba2199e3127c8a7bcb3143d962a6660c125d88)

source3/nsswitch/winbindd_dual.c

index f31a4f2de4d06855fad3ee84dedb8ca681de6e12..207757bceaeeff85ad958684f701ca6d1d10090b 100644 (file)
@@ -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);