summaryrefslogtreecommitdiff
path: root/src/ctnl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctnl.c')
-rw-r--r--src/ctnl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctnl.c b/src/ctnl.c
index 019c7e8..107cd5d 100644
--- a/src/ctnl.c
+++ b/src/ctnl.c
@@ -67,7 +67,7 @@ static void local_flush_master(void)
* meanwhile the parent process handles events. */
if (fork_process_new(CTD_PROC_FLUSH, CTD_PROC_F_EXCL,
NULL, NULL) == 0) {
- nl_flush_conntrack_table(STATE(flush));
+ nl_flush_conntrack_table_selective();
exit(EXIT_SUCCESS);
}
}