detect/file.data: fix buffer reusing id 0

pull/4420/head
Victor Julien 7 years ago
parent cd66c37711
commit c3ea5e71e5

@ -503,6 +503,7 @@ static void PrefilterTxFiledata(DetectEngineThreadCtx *det_ctx,
&det_ctx->mtcu, &det_ctx->pmq,
buffer->inspect, buffer->inspect_len);
}
local_file_id++;
}
}
}

Loading…
Cancel
Save