summaryrefslogtreecommitdiff
path: root/tests/test-sflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-sflow.c')
-rw-r--r--tests/test-sflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-sflow.c b/tests/test-sflow.c
index 460d4d6c5..3c617bdd1 100644
--- a/tests/test-sflow.c
+++ b/tests/test-sflow.c
@@ -709,7 +709,7 @@ test_sflow_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) {