From a6e718b6b91ab01ef1cc6f133141531a4bc0a60e Mon Sep 17 00:00:00 2001 From: darode Date: Fri, 27 Apr 2012 10:53:50 +0000 Subject: [PATCH] 2012-04-27 Dario Rodriguez * unix/plugins/inventory: Fixed a small error related to inventory plugin MERGED FROM 4.0.2 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6205 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_agents/ChangeLog | 6 ++++++ pandora_agents/unix/plugins/inventory | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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