mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix one more IGMP ref. Fixes #8356
This commit is contained in:
parent
ca5270b654
commit
c750063434
@ -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)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user