From 39632a422d2d277664a4e63e6eba43d2601db62b Mon Sep 17 00:00:00 2001 From: Sebastian Woelke <Sebastian.Woelke@posteo.de> Date: Mon, 28 Apr 2014 09:33:46 +0200 Subject: [PATCH] typo --- mcproxy/openwrt_uclibc_patches/005-CDRouter-mcast-fix.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcproxy/openwrt_uclibc_patches/005-CDRouter-mcast-fix.patch b/mcproxy/openwrt_uclibc_patches/005-CDRouter-mcast-fix.patch index 6e82220..e521874 100644 --- a/mcproxy/openwrt_uclibc_patches/005-CDRouter-mcast-fix.patch +++ b/mcproxy/openwrt_uclibc_patches/005-CDRouter-mcast-fix.patch @@ -14,7 +14,7 @@ index 7f9f745..4d94ae4 100644 + } + + return true; -+ } else if (filter_mode == EXLCUDE_MODE) { ++ } else if (filter_mode == EXCLUDE_MODE) { m_sock.join_group(gaddr, if_index); std::list<addr_storage> src_list; for (auto & e : slist) { -- GitLab