X-Git-Url: http://git.onelab.eu/?p=fprobe-ulog.git;a=blobdiff_plain;f=src%2Ffprobe-ulog.c;fp=src%2Ffprobe-ulog.c;h=80ff15f3c90e24ec5893e523721fee5a3331eaa1;hp=c8b5c25cb6189844f8c03c30f5bd8d431d584431;hb=20279bd3a3b9cf601cdf6d1434d21f67daac5d18;hpb=703dab51738ba64ce2ba88e70b550c229d6f89b9 diff --git a/src/fprobe-ulog.c b/src/fprobe-ulog.c index c8b5c25..80ff15f 100644 --- a/src/fprobe-ulog.c +++ b/src/fprobe-ulog.c @@ -1627,6 +1627,7 @@ bad_collector: /* Initialization */ + init_slice_id_hash(); hash_init(); /* Actually for crc16 only */ mem_init(sizeof(struct Flow), bulk_quantity, memory_limit); for (i = 0; i < 1 << HASH_BITS; i++) pthread_mutex_init(&flows_mutex[i], 0);