diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-06 12:23:37 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-06 12:23:37 +0000 |
commit | b7ecbca3aff34ff06a445e5ee39efba48261b7e8 (patch) | |
tree | 5aac359435442b8efad83d39787bc14f6a1dfaca /source/configure | |
parent | 2f4506a33c7015f2a176929d794c6c40f1433591 (diff) | |
download | samba-b7ecbca3aff34ff06a445e5ee39efba48261b7e8.tar.gz samba-b7ecbca3aff34ff06a445e5ee39efba48261b7e8.tar.xz samba-b7ecbca3aff34ff06a445e5ee39efba48261b7e8.zip |
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.
Diffstat (limited to 'source/configure')
-rwxr-xr-x | source/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure b/source/configure index a807413bb63..938d6c55c7d 100755 --- a/source/configure +++ b/source/configure @@ -4401,7 +4401,7 @@ else fi done -for ac_func in _write __write +for ac_func in _write __write _fork __fork do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:4408: checking for $ac_func" >&5 |