]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
lognos
authorEric Covener <covener@apache.org>
Sat, 16 May 2020 18:30:15 +0000 (18:30 +0000)
committerEric Covener <covener@apache.org>
Sat, 16 May 2020 18:30:15 +0000 (18:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877830 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/proxy/mod_proxy_fcgi.c

index 9f7931cdf3a7ed116b57d5ca636706afa19e67bb..a45d5ebc997d3f27aac4ced5c1c0eafc5dd47b41 100644 (file)
@@ -1 +1 @@
-10241
+10242
index e38249e49d4fb73669b64e58f71371b97a44acc9..2aeaeaca8d3e4e72afbe5f371a0202eda6aeb1d1 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;