mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
2013-05-06 Ramon Novoa <rnovoa@artica.es>
* pandora_agent: Syntactic fix. Fixes bug #2173. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8102 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7ecd5f68db
commit
11d57f0a3a
@ -1,3 +1,7 @@
|
|||||||
|
2013-05-06 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* pandora_agent: Syntactic fix. Fixes bug #2173.
|
||||||
|
|
||||||
2013-04-21 Junichi Satoh <junichi@rworks.jp>
|
2013-04-21 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
* pandora_agent_installer: Added support for NetBSD.
|
* pandora_agent_installer: Added support for NetBSD.
|
||||||
|
@ -524,7 +524,7 @@ sub parse_conf_modules($) {
|
|||||||
for (my $i = 0; $i <= $#{$module->{$token}}; $i++) {
|
for (my $i = 0; $i <= $#{$module->{$token}}; $i++) {
|
||||||
|
|
||||||
# Array of configuration tokens
|
# Array of configuration tokens
|
||||||
foreach my $key (keys ($module->{$token}->[$i])) {
|
foreach my $key (keys (%{$module->{$token}->[$i]})) {
|
||||||
|
|
||||||
# Each configuration token is a hash
|
# Each configuration token is a hash
|
||||||
while (my ($macro, $subst) = each (%{$module->{'macros'}})) {
|
while (my ($macro, $subst) = each (%{$module->{'macros'}})) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user