diff --git a/mcproxy/openwrt_uclibc_patches/005-CDRouter-mcast-fix.patch b/mcproxy/openwrt_uclibc_patches/005-CDRouter-mcast-fix.patch index 6e82220c95f7b4b67713faba021fdf22d649b48e..e521874f51b6fee58843ac9bca0623db6ad0b992 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) {