fixed the nmbd fork bomb. It was a silly mistake, as
authorAndrew Tridgell <tridge@samba.org>
Thu, 17 Sep 1998 08:27:46 +0000 (08:27 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 17 Sep 1998 08:27:46 +0000 (08:27 +0000)
commit5e6488d4830016ea720a644c1b1ae25b336d3b8b
tree4b92d58d26fdada5e18b2bd13d692883ee1ca802
parent31b4048362c63ab19e9ef35453c3763eec8b8f2b
fixed the nmbd fork bomb. It was a silly mistake, as
expected. wins_write_database() didn't exit after doing its stuff, so
when it returned you had two copies of nmbd :)
source/nmbd/nmbd_winsserver.c