Fixed a typo.

This commit is contained in:
Ramon Novoa 2014-09-25 10:56:08 +02:00
parent 116032fced
commit 1122c578e6

View File

@ -219,7 +219,7 @@ sub pandora_snmptrapd {
if (!defined($oid)) {
logger($pa_config, "[W] snmpTrapOID not found (Illegal SNMPv2 trap?)", 1);
next;
return;
}
$oid =~ s/.* = OID: //;
$data = join("\t", @data);