Actions
Bug #3091
closedBad variable assignment in apinger setup (gwlb.inc)? Not sure the fix
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
07/13/2013
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:
Description
About line 179 gwlb.inc:
} else continue; $monitor_ips[] = monitor_ips; $apingercfg = "target \"{$gateway['monitor']}\" {\n"; $apingercfg .= " description \"{$name}\"\n";
Middle line looks like it's missing a $ and also assigning the array to be an element of itself?
Perhaps it's right and I'm missing the point, but more likely it needs fixing (master and RC).
Updated by Renato Botelho almost 12 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 45eb8aeb5839b52af9f9e82cecdc5ed5579656f5.
Updated by Renato Botelho almost 12 years ago
Applied in changeset 63b8c4db3bebb0e203dd6903f310ca87ef3e8061.
Updated by Chris Buechler almost 11 years ago
- Status changed from Feedback to Resolved
Actions