1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

remove accidental debug code.

This commit is contained in:
Gerald Carter -
parent d46b4cb563
commit 9bba2199e3

View 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);