]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Clean up doubled-'{'
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 29 Jul 2016 20:12:38 +0000 (20:12 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 29 Jul 2016 20:12:38 +0000 (20:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1754569 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index 8ecfe8bb063b9a92a2dc8e96886130922e9c54ce..3e8b787a3522607de80d7aad2e9b2d3e5c192321 100644 (file)
@@ -900,7 +900,7 @@ AP_DECLARE(void) ap_get_mime_headers_core(request_rec *r, apr_bucket_brigade *bb
                     return;
                 }
 
-                if (!(conf->http_conformance & AP_HTTP_CONFORMANCE_STRICT)) {
+                if (!(conf->http_conformance & AP_HTTP_CONFORMANCE_STRICT))
                 {
                     /* Not Strict, using the legacy parser */