Skip to content

Commit

Permalink
fraud_detection: fix uninitialized pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed Mar 17, 2015
1 parent 667e379 commit b3880a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/fraud_detection/fraud_detection.c
Expand Up @@ -210,6 +210,7 @@ static int mod_init(void)
LM_ERR("no more shm memory\n");
return -1;
}
*dr_head = NULL;

set_lengths();
if (init_stats_table() != 0)
Expand Down

0 comments on commit b3880a4

Please sign in to comment.