]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo in multicastsiblings parse
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 6 Feb 2010 00:13:14 +0000 (13:13 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 6 Feb 2010 00:13:14 +0000 (13:13 +1300)
src/cache_cf.cc

index c8e2057e2e50e2dc77155d27423a66877d06ab39..996873df0478c5262214d99680a28995c5d98cab 100644 (file)
@@ -1741,7 +1741,7 @@ parse_peer(peer ** head)
         } else if (!strcasecmp(token, "multicast-responder")) {
             p->options.mcast_responder = 1;
 #if PEER_MULTICAST_SIBLINGS
-        } else if (!strncasecmp(token, "multicast-siblings")) {
+        } else if (!strcasecmp(token, "multicast-siblings")) {
             p->options.mcast_siblings = 1;
 #endif
         } else if (!strncasecmp(token, "weight=", 7)) {