remove bad comment

git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@6344 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
Julien Mathis 2008-08-25 13:56:06 +00:00
parent aba0f225b3
commit c42cdfd4b8

View File

@ -203,7 +203,8 @@ if ($opt_n) {
exit $ERRORS{'UNKNOWN'};
}
foreach my $key ( oid_lex_sort(keys %$result)) {
$result->{$key} =~ s/\x00//g; //Added line to strip the illegal character off.
# Added line to strip the illegal character off.
$result->{$key} =~ s/\x00//g;
if ($result->{$key} =~ m/$opt_i/) {
my @oid_list = split (/\./,$key);
$interface = pop (@oid_list) ;