summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libct.c2
1 files changed, 1 insertions, 1 deletions
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;