remove little bug

git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@11009 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
Julien Mathis 2010-11-02 13:41:24 +00:00
parent 16373ffa48
commit 184fee3959
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ if ($opt_s) {
printf("ERROR: Interface Speed Request : %s", $session->error); printf("ERROR: Interface Speed Request : %s", $session->error);
exit $ERRORS{'UNKNOWN'}; exit $ERRORS{'UNKNOWN'};
} }
print " :: speed ".$link_speed->{$OID_SPEED_BASE.".".$index}."\n"; print " :: speed ".$link_speed->{$OID_SPEED.".".$index}."\n";
} else { } else {
print "\n"; print "\n";
} }