Remove debug stream testing code from non-debug builds.

remotes/origin/master-1.1.x
Victor Julien 14 years ago
parent 477bc1d050
commit a8db8b334b

@ -934,7 +934,9 @@ static int HandleSegmentStartsBeforeListSegment(ThreadVars *tv, TcpReassemblyThr
/* create a new seg, copy the list_seg data over */
StreamTcpSegmentDataCopy(new_seg, seg);
#ifdef DEBUG
PrintList(stream->seg_list);
#endif
}
if (list_seg->next != NULL) {

Loading…
Cancel
Save