From da272366c369b1d28dd830c4aafe7751e6c2c989 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Sat, 5 Apr 2008 15:54:51 +0000 Subject: DESTROY event were not correctly displayed due to a problem in event type detection. Signed-off-by: Eric Leblond --- util/printflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3