[netfilter-cvslog] r7441 - branches/ulog/ulogd2/util

pablo at netfilter.org pablo at netfilter.org
Sat Apr 5 17:54:51 CEST 2008


Author: pablo at netfilter.org
Date: 2008-04-05 17:54:51 +0200 (Sat, 05 Apr 2008)
New Revision: 7441

Modified:
   branches/ulog/ulogd2/util/printflow.c
Log:
DESTROY event were not correctly displayed due to a problem in event type
detection.

Signed-off-by: Eric Leblond <eric at inl.fr>


Modified: branches/ulog/ulogd2/util/printflow.c
===================================================================
--- branches/ulog/ulogd2/util/printflow.c	2008-04-05 15:45:50 UTC (rev 7440)
+++ branches/ulog/ulogd2/util/printflow.c	2008-04-05 15:54:51 UTC (rev 7441)
@@ -153,7 +153,7 @@
 			case 2:
 				buf_cur += sprintf(buf_cur, "[UPDATE] ");
 				break;
-			case 3:
+			case 4:
 				buf_cur += sprintf(buf_cur, "[DESTROY] ");
 				break;
 		}




More information about the netfilter-cvslog mailing list