From: /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org Date: Sat, 5 Apr 2008 15:54:51 +0000 (+0000) Subject: DESTROY event were not correctly displayed due to a problem in event type X-Git-Tag: ulogd-2.0.0beta2~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da272366c369b1d28dd830c4aafe7751e6c2c989;p=thirdparty%2Fulogd2.git DESTROY event were not correctly displayed due to a problem in event type detection. Signed-off-by: Eric Leblond --- diff --git a/util/printflow.c b/util/printflow.c index d665b56..73d2969 100644 --- a/util/printflow.c +++ b/util/printflow.c @@ -153,7 +153,7 @@ int printflow_print(struct ulogd_key *res, char *buf) case 2: buf_cur += sprintf(buf_cur, "[UPDATE] "); break; - case 3: + case 4: buf_cur += sprintf(buf_cur, "[DESTROY] "); break; }