Initialize hash, change init function name so it doesn't collide with fprobe-ulog's
[fprobe-ulog.git] / src / fprobe-ulog.c
index c8b5c25..80ff15f 100644 (file)
@@ -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);