1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00
Andrew Tridgell e959f2e232 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.
(This used to be commit 1e1a512e3ff59f962fb3de382f671618bed60839)
1998-09-17 06:36:08 +00:00
..
1998-08-15 03:28:30 +00:00
1998-09-05 05:07:05 +00:00
1998-09-11 01:24:30 +00:00
1998-09-05 05:07:05 +00:00
1998-09-11 01:24:30 +00:00
1998-07-29 03:15:02 +00:00
1998-09-05 05:07:05 +00:00
1996-07-04 03:17:08 +00:00
1998-07-29 03:15:02 +00:00
1998-07-29 03:15:02 +00:00
1998-09-11 01:24:30 +00:00
1998-09-11 01:24:30 +00:00
1998-09-05 05:07:05 +00:00
1997-12-20 23:44:25 +00:00