From: Eric Covener Date: Tue, 17 Mar 2015 20:13:39 +0000 (+0000) Subject: Followup to r1667385, my sandbox was out of date. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdda180f5f7ded7ebe31c192b8c15b60bc1611f6;p=thirdparty%2Fapache%2Fhttpd.git Followup to r1667385, my sandbox was out of date. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1667386 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 8d29e0a8740..28520983963 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2832 +2834 diff --git a/modules/generators/mod_cgid.c b/modules/generators/mod_cgid.c index 2a0e94db5a3..4cebd045712 100644 --- a/modules/generators/mod_cgid.c +++ b/modules/generators/mod_cgid.c @@ -1255,7 +1255,7 @@ static int connect_to_daemon(int *sdptr, request_rec *r, apr_time_sec(apr_time_now() - ap_scoreboard_image->global->restart_time) > DEFAULT_CONNECT_STARTUP_DELAY) { return log_scripterror(r, conf, HTTP_SERVICE_UNAVAILABLE, connect_errno, - apr_pstrcat(r->pool, APLOGNO(02831) "ScriptSock ", sockname, " does not exist", NULL)); + apr_pstrcat(r->pool, APLOGNO(02833) "ScriptSock ", sockname, " does not exist", NULL)); } /* gotta try again, but make sure the cgid daemon is still around */