Skip to content

Commit 9ddc341

Browse files
catenacybervictorjulien
authored andcommitted
output/alert-debug: do not return on app-layer
just continue, so that we call aft->file_ctx->Write Ticket: 4178 (cherry picked from commit 06c82a7)
1 parent 0b54eff commit 9ddc341

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/alert-debuglog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ static TmEcode AlertDebugLogger(ThreadVars *tv, const Packet *p, void *thread_da
288288
uint8_t flag;
289289
if (!(PKT_IS_TCP(p)) || p->flow == NULL ||
290290
p->flow->protoctx == NULL) {
291-
return TM_ECODE_OK;
291+
continue;
292292
}
293293
/* IDS mode reverse the data */
294294
/** \todo improve the order selection policy */

0 commit comments

Comments
 (0)