summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-11-09 04:37:07 +0000
committerGerald Carter <jerry@samba.org>2002-11-09 04:37:07 +0000
commit5d81628512d92f1d997fdb5bec21818135384d7b (patch)
tree4f42daaef7bdef9ccc659d426eca478c2b6eb2f0
parent5a21d8021a487da81b4b3389ee628763c651edae (diff)
downloadsamba-5d81628512d92f1d997fdb5bec21818135384d7b.tar.gz
samba-5d81628512d92f1d997fdb5bec21818135384d7b.tar.bz2
samba-5d81628512d92f1d997fdb5bec21818135384d7b.zip
remove accidental debug code..
(This used to be commit d422a51b3a076b6398f7b755d16319d9e7c48c75)
-rw-r--r--source3/nsswitch/winbindd_dual.c4
1 files changed, 0 insertions, 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);