mirror of
https://github.com/apache/httpd.git
synced 2025-08-16 17:04:42 +00:00
Fix compile break introduced to Apache 2.0 by the mass vhosting security fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84350 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -700,7 +700,7 @@ static void fix_hostname(request_rec *r)
|
|||||||
|
|
||||||
bad:
|
bad:
|
||||||
r->status = HTTP_BAD_REQUEST;
|
r->status = HTTP_BAD_REQUEST;
|
||||||
ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, r,
|
ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, 0, r,
|
||||||
"Client sent malformed Host header");
|
"Client sent malformed Host header");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user