From: Amos Jeffries Date: Mon, 21 Jul 2008 16:10:47 +0000 (+1200) Subject: Bug 2419: Regression: 3.0 must still wrap CARP properly. X-Git-Tag: SQUID_3_0_STABLE9~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=557d20be0e68112c09e7033514d4e4df1c19911e;p=thirdparty%2Fsquid.git Bug 2419: Regression: 3.0 must still wrap CARP properly. --- diff --git a/src/neighbors.cc b/src/neighbors.cc index b347f2912b..12288f29eb 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -1610,8 +1610,10 @@ dump_peer_options(StoreEntry * sentry, peer * p) if (p->options.roundrobin) storeAppendPrintf(sentry, " round-robin"); +#if USE_CARP if (p->options.carp) storeAppendPrintf(sentry, " carp"); +#endif if (p->options.userhash) storeAppendPrintf(sentry, " userhash");