summaryrefslogtreecommitdiff
path: root/src/daemon/daemontest_post.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/daemontest_post.c')
-rw-r--r--src/daemon/daemontest_post.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/daemontest_post.c b/src/daemon/daemontest_post.c
index 5db2d6f8..2c020563 100644
--- a/src/daemon/daemontest_post.c
+++ b/src/daemon/daemontest_post.c
@@ -197,7 +197,7 @@ static int testMultithreadedPost() {
cbc.pos = 0;
d = MHD_start_daemon(MHD_USE_THREAD_PER_CONNECTION |MHD_USE_DEBUG,
1081,
- &apc_all,
+ NULL,
NULL,
&ahc_echo,
NULL,
@@ -290,7 +290,7 @@ static int testExternalPost() {
cbc.pos = 0;
d = MHD_start_daemon(MHD_USE_DEBUG,
1082,
- &apc_all,
+ NULL,
NULL,
&ahc_echo,
NULL,