]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix build breakage caused by r9216.
authorBenno Rice <benno@squid-cache.org>
Wed, 24 Sep 2008 00:29:50 +0000 (10:29 +1000)
committerBenno Rice <benno@squid-cache.org>
Wed, 24 Sep 2008 00:29:50 +0000 (10:29 +1000)
There were a number of problems in r9216:

- Unterminated blocks in if () statements.
- Use of a struct to refer to an enum declared within the struct.
- Use of incorrect enum values after the originals were renamed.
- References to enum values from within the struct without the struct name.

Note that these changes have not been tested, but they do allow the tree to
build again.


Trivial merge