From 0788656ef721dba51138d3556a6ebf68314fd908 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 20 Mar 2012 10:46:38 +0100 Subject: [PATCH] Silence ac-gfbs debug message. --- src/util-mpm-ac-gfbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util-mpm-ac-gfbs.c b/src/util-mpm-ac-gfbs.c index 885a66c2e9..08fd21ffd3 100644 --- a/src/util-mpm-ac-gfbs.c +++ b/src/util-mpm-ac-gfbs.c @@ -781,7 +781,7 @@ static inline void SCACGfbsCreateModGotoTable(MpmCtx *mpm_ctx) exit(EXIT_FAILURE); } memset(ctx->goto_table_mod, 0, size); - printf("size- %d\n", size); + //printf("size- %d\n", size); mpm_ctx->memory_cnt++; mpm_ctx->memory_size += size; -- 2.47.2