]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport r1877830 which is missing in r1879525
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 30 Jul 2020 10:04:47 +0000 (10:04 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 30 Jul 2020 10:04:47 +0000 (10:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1880438 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_fcgi.c

index eeb32375f40cd1dccec33fac388516a19bd426f3..8fc479bd6912cd0cb225c9e2a60567ea46c47a2d 100644 (file)
@@ -177,7 +177,7 @@ static apr_status_t fix_cgivars(request_rec *r, fcgi_dirconf_t *dconf)
 
         rc = ap_expr_exec_re(r, entry->cond, AP_MAX_REG_MATCH, regm, &src, &err);
         if (rc < 0) { 
-            ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO() 
+            ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(10241
                           "fix_cgivars: Condition eval returned %d: %s", 
                           rc, err);
             return APR_EGENERAL;