From: Amos Jeffries Date: Sat, 23 Oct 2010 14:53:53 +0000 (-0600) Subject: Fix alignment mismatch after ports X-Git-Tag: SQUID_3_1_9~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01cb7e0cd1aac294b482a5b26c0033591d7bce7c;p=thirdparty%2Fsquid.git Fix alignment mismatch after ports --- diff --git a/src/structs.h b/src/structs.h index 05e61a2b5e..8aaeabea82 100644 --- a/src/structs.h +++ b/src/structs.h @@ -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