2012-04-27 Dario Rodriguez <dario.rodriguez@artica.es>
* 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
This commit is contained in:
parent
38d0f61da5
commit
f16a1ef2c8
|
@ -1,3 +1,9 @@
|
||||||
|
2012-04-27 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||||
|
|
||||||
|
* unix/plugins/inventory: Fixed a small error related to inventory plugin
|
||||||
|
|
||||||
|
MERGED FROM 4.0.2
|
||||||
|
|
||||||
2012-04-27 Dario Rodriguez <dario.rodriguez@artica.es>
|
2012-04-27 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||||
|
|
||||||
* unix/plugins/inventory,
|
* unix/plugins/inventory,
|
||||||
|
|
|
@ -422,7 +422,7 @@ if ($enable_all == 1 || $enabled{'ip'} == 1) {
|
||||||
|
|
||||||
#route
|
#route
|
||||||
if ($enable_all == 1 || $enabled{'route'} == 1) {
|
if ($enable_all == 1 || $enabled{'route'} == 1) {
|
||||||
get_route_table('Route', \%modules);
|
get_route_table('Routes', \%modules);
|
||||||
}
|
}
|
||||||
|
|
||||||
# Print module data
|
# Print module data
|
||||||
|
|
Loading…
Reference in New Issue