]> granicus.if.org Git - apache/commitdiff
*) core: Add missing APLOGNO() from r1729495 (somehow r1725395 was
authorJim Jagielski <jim@apache.org>
Wed, 2 Mar 2016 13:52:20 +0000 (13:52 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 2 Mar 2016 13:52:20 +0000 (13:52 +0000)
             backported in r1729495 but without this "server/core.c" change)

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

STATUS
server/core.c

diff --git a/STATUS b/STATUS
index ee8e8de7b8f6a9917cbb1d8e02dc93fa506ab5b8..c53d4265be53168c5baa5da1c117d6a6bf9213e8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -112,13 +112,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  *) core: Add missing APLOGNO() from r1729495 (somehow r1725395 was
-           backported in r1729495 but without this "server/core.c" change)
-     trunk patch: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/core.c?r1=1725395&r2=1725394&pathrev=1725395&view=patch
-     2.4.x patch: trunk above works
-     +1: ylavic, icing, jim
-
-
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
index 99c91a0ec7a5987d6f25a6fa5572199149dbaef9..4a420c835dc2e1f12b3228073b3169724e243978 100644 (file)
@@ -4449,7 +4449,7 @@ static int core_override_type(request_rec *r)
         const char *val;
         val = ap_expr_str_exec(r, conf->expr_handler, &err);
         if (err) {
-            ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO()
+            ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(03154)
                           "Can't evaluate handler expression: %s", err);
             return HTTP_INTERNAL_SERVER_ERROR;
         }