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.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/daemon/daemontest_post.c b/src/daemon/daemontest_post.c
index 3c69dadc..5db2d6f8 100644
--- a/src/daemon/daemontest_post.c
+++ b/src/daemon/daemontest_post.c
@@ -41,12 +41,6 @@
static int oneone;
-static int apc_all(void * cls,
- const struct sockaddr * addr,
- socklen_t addrlen) {
- return MHD_YES;
-}
-
struct CBC {
char * buf;
size_t pos;
@@ -121,7 +115,7 @@ static int testInternalPost() {
cbc.pos = 0;
d = MHD_start_daemon(MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG,
1080,
- &apc_all,
+ NULL,
NULL,
&ahc_echo,
NULL,