added a wrapper for fork()
authorAndrew Tridgell <tridge@samba.org>
Tue, 6 Oct 1998 12:23:37 +0000 (12:23 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Oct 1998 12:23:37 +0000 (12:23 +0000)
commitb7ecbca3aff34ff06a445e5ee39efba48261b7e8
tree5aac359435442b8efad83d39787bc14f6a1dfaca
parent2f4506a33c7015f2a176929d794c6c40f1433591
added a wrapper for fork()

in a fork we have to close all server connections otherwise we can end
up with two processes writing to the same socket.
source/configure
source/configure.in
source/include/config.h.in
source/smbwrapper/realcalls.h
source/smbwrapper/smbw.c
source/smbwrapper/smbw_dir.c
source/smbwrapper/wrapped.c