Fixed a typo.

This commit is contained in:
Ramon Novoa 2014-09-25 10:56:08 +02:00
parent aac13f61ca
commit 230a6061ca
1 changed files with 1 additions and 1 deletions

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);