CVS update: samba/source/nmbd

tridge at samba.anu.edu.au tridge at samba.anu.edu.au
Thu Sep 17 16:36:09 EST 1998


Date:	Thursday September 17, 1998 @ 16:36
Author:	tridge

Update of /data/cvs/samba/source/nmbd
In directory samba:/tmp/cvs-serv28709

Modified Files:
	nmbd.c nmbd_serverlistdb.c nmbd_winsserver.c 
Log Message:
fixed a potential problem with wins_write_database() child processes.

In sig_term() we were calling wins_write_database(0) which would fork a
child. This child might then get killed by the same process killing
off the parent. That process would then fork another child etc.

The solution is to pass a "background" flag to wins_write_database(0)
and only fork if this is set. 



More information about the samba-cvs mailing list