From: Victor Julien Date: Tue, 20 Mar 2012 09:46:38 +0000 (+0100) Subject: Silence ac-gfbs debug message. X-Git-Tag: suricata-1.3beta1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0788656ef721dba51138d3556a6ebf68314fd908;p=thirdparty%2Fsuricata.git Silence ac-gfbs debug message. --- 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;