mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fixed host status bug - how did that get there??
This commit is contained in:
parent
ae67b1fbe1
commit
94933d561c
@ -170,7 +170,7 @@ if ($_POST) {
|
||||
$pool_hosts=array();
|
||||
foreach ((array) $pool['servers'] as $server) {
|
||||
$svr['ip']['addr']=$server;
|
||||
$svr['ip']['state']=$relay_hosts[$pool['name'].":".$pool['port']][$server['ip']]['state'];
|
||||
$svr['ip']['state']=$relay_hosts[$pool['name'].":".$pool['port']][$server]['state'];
|
||||
$pool_hosts[]=$svr;
|
||||
}
|
||||
foreach ((array) $pool['serversdisabled'] as $server) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user