diff --git a/pandora_agents/ChangeLog b/pandora_agents/ChangeLog index b634d044f7..f0d9f66cbc 100644 --- a/pandora_agents/ChangeLog +++ b/pandora_agents/ChangeLog @@ -1,3 +1,9 @@ +2012-04-27 Dario Rodriguez + + * unix/plugins/inventory: Fixed a small error related to inventory plugin + + MERGED FROM 4.0.2 + 2012-04-27 Dario Rodriguez * unix/plugins/inventory, diff --git a/pandora_agents/unix/plugins/inventory b/pandora_agents/unix/plugins/inventory index 8bd8ff0f5a..18f675869c 100755 --- a/pandora_agents/unix/plugins/inventory +++ b/pandora_agents/unix/plugins/inventory @@ -422,7 +422,7 @@ if ($enable_all == 1 || $enabled{'ip'} == 1) { #route if ($enable_all == 1 || $enabled{'route'} == 1) { - get_route_table('Route', \%modules); + get_route_table('Routes', \%modules); } # Print module data