Fix one more IGMP ref. Fixes #8356

This commit is contained in:
jim-p 2018-03-09 14:30:17 -05:00
parent ca5270b654
commit c750063434

View File

@ -1667,7 +1667,7 @@ function services_igmpproxy_configure() {
/* kill any running igmpproxy */
killbyname("igmpproxy");
if (!isset($config['igmpproxy']['enabled'])) {
if (!isset($config['igmpproxy']['enable'])) {
return 0;
}
if (!is_array($config['igmpproxy']['igmpentry']) || (count($config['igmpproxy']['igmpentry']) == 0)) {