]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix orphan #endif
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 29 May 2011 22:44:20 +0000 (16:44 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 29 May 2011 22:44:20 +0000 (16:44 -0600)
src/neighbors.cc

index a87931c1c111604318b24fbf4978d56418b35375..d5a699285dbbb6ec28bab8a2340d207ca9725e20 100644 (file)
@@ -1589,7 +1589,6 @@ dump_peer_options(StoreEntry * sentry, peer * p)
 
     if (p->options.userhash)
         storeAppendPrintf(sentry, " userhash");
-#endif
 
     if (p->options.sourcehash)
         storeAppendPrintf(sentry, " sourcehash");