CVS update: samba/source/include

tridge at samba.anu.edu.au tridge at samba.anu.edu.au
Thu Sep 17 16:35:54 EST 1998


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

Update of /data/cvs/samba/source/include
In directory samba:/tmp/cvs-serv3087

Modified Files:
	proto.h 
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