summaryrefslogtreecommitdiff
path: root/tests/test-netflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-netflow.c')
-rw-r--r--tests/test-netflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-netflow.c b/tests/test-netflow.c
index d2322d450..7f89cfcae 100644
--- a/tests/test-netflow.c
+++ b/tests/test-netflow.c
@@ -195,7 +195,7 @@ test_netflow_main(int argc, char *argv[])
}
daemon_save_fd(STDOUT_FILENO);
- daemonize_start(false);
+ daemonize_start(false, false);
error = unixctl_server_create(NULL, &server);
if (error) {