git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@11424 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
Julien Mathis 2011-01-03 22:08:10 +00:00
parent a6aded4d5d
commit a80ff21388
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ if (!defined($if_description)) {
exit $ERRORS{'UNKNOWN'};
}
foreach my $desc (oid_lex_sort(keys %$if_description)) {
$desc_tab[scalar(@desc_tab)] = $if_description->{$desc};
$desc_tab[scalar(@desc_tab)] = $if_description->{$desc} if ($if_description->{$desc} !~ m/StackSub/i);
}