From fff618aeb4142773ff388ac9b52d127a510c6690 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 6 Oct 1998 12:23:37 +0000 Subject: 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. (This used to be commit b7ecbca3aff34ff06a445e5ee39efba48261b7e8) --- source3/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure') diff --git a/source3/configure b/source3/configure index a807413bb6..938d6c55c7 100755 --- a/source3/configure +++ b/source3/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 -- cgit