mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Prevent bootup code from dying on empty load_balancer arrays
This commit is contained in:
parent
0b5b4f327a
commit
596a3abac6
@ -191,7 +191,9 @@ function relayd_configure() {
|
||||
break;
|
||||
}
|
||||
}
|
||||
$check_a[$type['name']] = $mon->p();
|
||||
if($mon) {
|
||||
$check_a[$type['name']] = $mon->p();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user