detect: minor debug fixup

pull/7067/head
Victor Julien 3 years ago
parent b7526bf4e6
commit ec01a94a5f

@ -1411,7 +1411,7 @@ InspectionBuffer *InspectionBufferMultipleForListGet(
fb->max = MAX(fb->max, local_id);
InspectionBuffer *buffer = &fb->inspection_buffers[local_id];
SCLogDebug("using file_data buffer %p", buffer);
SCLogDebug("using buffer %p", buffer);
#ifdef DEBUG_VALIDATION
buffer->multi = true;
#endif

Loading…
Cancel
Save