From 5fad15147b25cd6bbac5ef7ca8d6c3d885d42412 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org" Date: Sun, 22 May 2005 17:23:37 +0000 Subject: Fix wrong handler number in expectation dumping --- src/libct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libct.c') diff --git a/src/libct.c b/src/libct.c index b40b818..d40c7f1 100644 --- a/src/libct.c +++ b/src/libct.c @@ -383,7 +383,7 @@ int dump_expect_list() { struct ctnl_handle cth; struct ctnl_msg_handler h = { - .type = 0, /* Hm... really? */ + .type = 5, /* Hm... really? */ .handler = expect_handler }; int ret; -- cgit v1.2.3