]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/proxy/mod_proxy_connect.c (proxy_connect_handler): Fix
authorJoe Orton <jorton@apache.org>
Tue, 21 Aug 2012 07:31:36 +0000 (07:31 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 21 Aug 2012 07:31:36 +0000 (07:31 +0000)
  use of APLOGNO().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1375407 13f79535-47bb-0310-9956-ffa450edef68

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

index da898df886b32db114de8bf649e4c0fe86f08782..ffcd151c41f04a9e5519a52ef27163b83e0b94c9 100644 (file)
@@ -1 +1 @@
-2326
+2328
index 1636c16dbff7b3bb470cb25fe9ec5cd22b0804d6..0d008c68e65f0163188cfbf99829628503cab4e1 100644 (file)
@@ -254,7 +254,7 @@ static int proxy_connect_handler(request_rec *r, proxy_worker *worker,
     rv = apr_sockaddr_info_get(&nexthop, connectname, APR_UNSPEC, 
                                connectport, 0, p);
     if (rv != APR_SUCCESS) {
-        ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO()
+        ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO(02327)
                       "failed to resolve hostname '%s'", connectname);
         return ap_proxyerror(r, HTTP_BAD_GATEWAY,
                              apr_pstrcat(p, "DNS lookup failure for: ",