fixes issue 6379

pull/8538/head
Johannes Bader 2022-08-11 17:48:18 +02:00
parent 42a30bae98
commit e6d039ede8
1 changed files with 2 additions and 1 deletions

View File

@ -204,6 +204,7 @@ class NidsExport
break;
case 'email':
$this->emailSrcRule($ruleFormat, $item['Attribute'], $sid);
$sid++;
$this->emailDstRule($ruleFormat, $item['Attribute'], $sid);
break;
case 'email-src':
@ -868,4 +869,4 @@ class NidsExport
}
return $ipport;
}
}
}