summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/ctnl_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ctnl_test.c b/utils/ctnl_test.c
index a1462af..3c8f6d8 100644
--- a/utils/ctnl_test.c
+++ b/utils/ctnl_test.c
@@ -121,7 +121,7 @@ int main(int argc, char **argv)
nfct_close(cth);
/* Now open a handler that is subscribed to all possible events */
- cth = nfct_open(CONNTRACK, NFCT_ALL_GROUPS);
+ cth = nfct_open(CONNTRACK, NFCT_ALL_CT_GROUPS);
if (!cth) {
fprintf(stderr, "Can't open handler\n");
errors++;