mirror of
https://github.com/BlackLight/Snort_AIPreproc.git
synced 2024-11-24 04:35:11 +01:00
Stupid return; forgotten somewhere :(
This commit is contained in:
parent
71800b02fc
commit
44c805e829
1 changed files with 0 additions and 2 deletions
|
@ -161,8 +161,6 @@ AI_serialize_alerts ( AI_snort_alert **alerts_pool, unsigned int alerts_pool_cou
|
||||||
*event_next = NULL,
|
*event_next = NULL,
|
||||||
*event_iterator = NULL;
|
*event_iterator = NULL;
|
||||||
|
|
||||||
return;
|
|
||||||
|
|
||||||
if ( !alerts_hash )
|
if ( !alerts_hash )
|
||||||
{
|
{
|
||||||
AI_deserialize_alerts();
|
AI_deserialize_alerts();
|
||||||
|
|
Loading…
Reference in a new issue