summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org>2005-11-01 00:38:34 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org>2005-11-01 00:38:34 +0000
commit5930b52c8f71c56b631e9d124b310874b5c0fc8f (patch)
tree42c95a3c64e54694276b44ccaadda3e76e72469f /utils
parent8a1642dc19b2199ec06542e6b24aeddd5cf593f2 (diff)
o ctnl_test now uses NFCT_ALL_CT_GROUPS
Diffstat (limited to 'utils')
-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++;