aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/fileserver_example.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/fileserver_example.c')
-rw-r--r--src/daemon/fileserver_example.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/daemon/fileserver_example.c b/src/daemon/fileserver_example.c
index 15b6aa24..c5bf762b 100644
--- a/src/daemon/fileserver_example.c
+++ b/src/daemon/fileserver_example.c
@@ -52,8 +52,7 @@ ahc_echo (void *cls,
52 const char *url, 52 const char *url,
53 const char *method, 53 const char *method,
54 const char *upload_data, 54 const char *upload_data,
55 const char *version, unsigned int *upload_data_size, 55 const char *version, unsigned int *upload_data_size, void **unused)
56 void ** unused)
57{ 56{
58 struct MHD_Response *response; 57 struct MHD_Response *response;
59 int ret; 58 int ret;