From: Amos Jeffries Date: Sun, 29 May 2011 22:44:20 +0000 (-0600) Subject: Fix orphan #endif X-Git-Tag: SQUID_3_1_12_2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfc6d63fd8dbc2173da67866eb13f2a9a346702a;p=thirdparty%2Fsquid.git Fix orphan #endif --- diff --git a/src/neighbors.cc b/src/neighbors.cc index a87931c1c1..d5a699285d 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -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");