]> granicus.if.org Git - apache/commitdiff
Fix compile break introduced to Apache 2.0 by the mass vhosting security fix.
authorBill Stoddard <stoddard@apache.org>
Tue, 21 Dec 1999 14:45:53 +0000 (14:45 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 21 Dec 1999 14:45:53 +0000 (14:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84350 13f79535-47bb-0310-9956-ffa450edef68

server/vhost.c

index fcb25e61d00f297f129771cd6a92692d4482cb5c..400abfa11f6cdd09cc6f280a4e06aec48bcb6d0b 100644 (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;
 }