]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix alignment mismatch after ports
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 23 Oct 2010 14:53:53 +0000 (08:53 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 23 Oct 2010 14:53:53 +0000 (08:53 -0600)
src/structs.h

index 05e61a2b5e173c9f18a4cfb5d3d375634e1de508..8aaeabea821afa051c1e66867efc24ff0557939b 100644 (file)
@@ -1011,8 +1011,8 @@ struct _iostats {
 
 
 struct request_flags {
-    request_flags(): range(0),nocache(0),ims(0),auth(0),cachable(0),hierarchical(0),loopdetect(0),proxy_keepalive(0),proxying(0),refresh(0),redirected(0),need_validation(0),fail_on_validation_err(0),stale_if_hit(0),accelerated(0),ignore_cc(0),intercepted(0),spoof_client_ip(0),internal(0),internalclient(0),must_keepalive(0),destinationIPLookedUp_(0) 
-#if HTTP_VIOLATIONS
+    request_flags(): range(0),nocache(0),ims(0),auth(0),cachable(0),hierarchical(0),loopdetect(0),proxy_keepalive(0),proxying(0),refresh(0),redirected(0),need_validation(0),fail_on_validation_err(0),stale_if_hit(0),accelerated(0),ignore_cc(0),intercepted(0),spoof_client_ip(0),internal(0),internalclient(0),must_keepalive(0),destinationIPLookedUp_(0)  {
+#if HTTP_VIOLATIONS
         nocache_hack = 0;
 #endif
 #if FOLLOW_X_FORWARDED_FOR