detect: Correct typo

pull/5475/head
Jeff Lucovsky 6 years ago committed by Victor Julien
parent 7ab986250a
commit 30b1d7a9c1

@ -262,7 +262,7 @@ static InspectionBuffer *HttpServerBodyGetDataCallback(DetectEngineThreadCtx *de
HtpBodyChunk *cur = body->first; HtpBodyChunk *cur = body->first;
if (cur == NULL) { if (cur == NULL) {
SCLogDebug("No http chunks to inspect for this transacation"); SCLogDebug("No http chunks to inspect for this transaction");
return NULL; return NULL;
} }

Loading…
Cancel
Save