mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Added many log numbers to log statements that
had none. Those were not detected by the coccinelle script. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725485 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -654,7 +654,7 @@ PROXY_DECLARE(int) ap_proxy_is_domainname(struct dirconn_entry *This, apr_pool_t
|
||||
|
||||
#if 0
|
||||
if (addr[i] == ':') {
|
||||
ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
|
||||
ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, APLOGNO(03234)
|
||||
"@@@@ handle optional port in proxy_is_domainname()");
|
||||
/* @@@@ handle optional port */
|
||||
}
|
||||
|
Reference in New Issue
Block a user