Update tests for suspicious tcp probing

This commit is contained in:
Alfredo Cardigliano 2021-04-12 19:16:52 +02:00
parent 33016dbf15
commit 7a527df9e2
4 changed files with 7 additions and 5 deletions

View file

@ -54,7 +54,7 @@ function sqlite.dequeueRecipientAlerts(recipient, budget, high_priority)
for i=1, budget do
local notification = ntop.recipient_dequeue(recipient.recipient_id, high_priority)
if notification then
if notification then
notifications[#notifications + 1] = notification.alert
else
break