diff options
Diffstat (limited to 'src/libct.c')
-rw-r--r-- | src/libct.c | 2 |
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; |