From cfc6d63fd8dbc2173da67866eb13f2a9a346702a Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 29 May 2011 16:44:20 -0600 Subject: [PATCH] Fix orphan #endif --- src/neighbors.cc | 1 - 1 file changed, 1 deletion(-) 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"); -- 2.47.2