Compile fix.

remotes/origin/master-1.0.x
Victor Julien 16 years ago
parent 44083b6505
commit 2213ff933f

@ -1048,6 +1048,9 @@ int DetectContentChunksGetTotalLength(SigMatch *sm)
*/ */
void DetectContentPrintAll(SigMatch *sm) void DetectContentPrintAll(SigMatch *sm)
{ {
#ifdef DEBUG
int i = 0;
if (SCLogDebugEnabled()) { if (SCLogDebugEnabled()) {
if (sm == NULL) if (sm == NULL)
return; return;
@ -1063,6 +1066,7 @@ void DetectContentPrintAll(SigMatch *sm)
} }
} }
} }
#endif /* DEBUG */
} }
/** /**

Loading…
Cancel
Save