From a49c181c86a5e84f77337a8bcce98bc655a1b2be Mon Sep 17 00:00:00 2001 From: SJ Date: Wed, 15 Oct 2014 11:00:47 +0200 Subject: [PATCH] parser fix --- src/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.c b/src/parser.c index 75717aea..3f863f3a 100644 --- a/src/parser.c +++ b/src/parser.c @@ -638,7 +638,7 @@ int parse_line(char *buf, struct _state *state, struct session_data *sdata, int if(state->is_header == 1) p = strchr(buf, ' '); else p = buf; - printf("a: %d/%d/%d/%d %s\n", state->is_1st_header, state->is_header, state->message_rfc822, state->message_state, buf); + //printf("a: %d/%d/%d/%d %s\n", state->is_1st_header, state->is_header, state->message_rfc822, state->message_state, buf); do { memset(puf, 0, sizeof(puf));