From 79ddb8e26c63f61319350f12a65e8dbe0591c88e Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 6 Feb 2010 13:13:14 +1300 Subject: [PATCH] Typo in multicastsiblings parse --- src/cache_cf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cache_cf.cc b/src/cache_cf.cc index c8e2057e2e..996873df04 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -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)) { -- 2.47.2