diff options
-rw-r--r-- | tap-comparestat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tap-comparestat.c b/tap-comparestat.c index 43b7f5b25c..e3d94ab55a 100644 --- a/tap-comparestat.c +++ b/tap-comparestat.c @@ -324,6 +324,7 @@ call_foreach_merge_settings(gpointer value, gpointer arg) fInfoTemp=se_tree_lookup32(cs->packet_tree, cs->start_packet_nr_first); if(fInfoTemp==NULL){ printf("ERROR: start number not set correctly\n"); + return FALSE; } if(fmod(fInfoTemp->zebra_time.nsecs, 2)){ /*first file*/ |