]> granicus.if.org Git - apache/commitdiff
Merge r1667386 from trunk:
authorJim Jagielski <jim@apache.org>
Thu, 11 Jun 2015 13:18:30 +0000 (13:18 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 11 Jun 2015 13:18:30 +0000 (13:18 +0000)
Followup to r1667385, my sandbox was out of date.

Submitted by: covener
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1684883 13f79535-47bb-0310-9956-ffa450edef68

STATUS
modules/generators/mod_cgid.c

diff --git a/STATUS b/STATUS
index 25768fcaa0b326b9287b7db87924676cf18ec8fd..b0509be1671f5f06f9e035c905a4704c21a88967 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -106,10 +106,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  *) mod_cgid: Fix APLOGNO
-     trunk patch: http://svn.apache.org/r1667386
-     2.4.x patch: trunk works (minus next-number)
-     +1: jailletc36, jim, ylavic
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
index 2a0e94db5a3c4faf88911f0f599ec6a27275563d..4cebd0457126b654ade2e82ea2e192b19cdb3910 100644 (file)
@@ -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 */