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:
Bill Stoddard
1999-12-21 14:45:53 +00:00
parent 5ef2a1ecd3
commit c60be447ce

View File

@ -700,7 +700,7 @@ static void fix_hostname(request_rec *r)
bad:
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");
return;
}