aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemontest_put.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/daemontest_put.c')
-rw-r--r--src/daemon/daemontest_put.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/daemon/daemontest_put.c b/src/daemon/daemontest_put.c
index dfcccb0a..7a6fe98a 100644
--- a/src/daemon/daemontest_put.c
+++ b/src/daemon/daemontest_put.c
@@ -34,12 +34,6 @@
34 34
35static int oneone; 35static int oneone;
36 36
37static int apc_all(void * cls,
38 const struct sockaddr * addr,
39 socklen_t addrlen) {
40 return MHD_YES;
41}
42
43struct CBC { 37struct CBC {
44 char * buf; 38 char * buf;
45 size_t pos; 39 size_t pos;
@@ -131,7 +125,7 @@ static int testInternalPut() {
131 cbc.pos = 0; 125 cbc.pos = 0;
132 d = MHD_start_daemon(MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, 126 d = MHD_start_daemon(MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG,
133 1080, 127 1080,
134 &apc_all, 128 NULL,
135 NULL, 129 NULL,
136 &ahc_echo, 130 &ahc_echo,
137 &done_flag, 131 &done_flag,