From b8e14e4d3b03cb68c6b844c1e24040dbfccc38d0 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Tue, 3 Apr 2001 00:44:47 +0000 Subject: [PATCH] Add a note to check the FAQ. A very common problem caused by VPNs like Aventail Connect is flagged by this code and is documented in the FAQ. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88672 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/winnt/mpm_winnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index b3d72d25ba..7598ef84d7 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -1331,7 +1331,7 @@ static int create_process(apr_pool_t *p, HANDLE *handles, HANDLE *events, int *p if (WSADuplicateSocket(nsd, pi.dwProcessId, lpWSAProtocolInfo) == SOCKET_ERROR) { ap_log_error(APLOG_MARK, APLOG_CRIT, apr_get_netos_error(), server_conf, - "Parent: WSADuplicateSocket failed for socket %d.", lr->sd ); + "Parent: WSADuplicateSocket failed for socket %d. Check the FAQ.", lr->sd ); return -1; } -- 2.40.0