aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gns/gnunet-gns-fcfsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns-fcfsd.c b/src/gns/gnunet-gns-fcfsd.c
index 43616554a..b52d8473b 100644
--- a/src/gns/gnunet-gns-fcfsd.c
+++ b/src/gns/gnunet-gns-fcfsd.c
@@ -216,7 +216,7 @@ fill_s_reply (const char *info,
216 (void *) reply, 216 (void *) reply,
217 MHD_RESPMEM_MUST_FREE); 217 MHD_RESPMEM_MUST_FREE);
218 MHD_add_response_header (response, 218 MHD_add_response_header (response,
219 MHD_HTTP_HEADER_CONTENT_ENCODING, 219 MHD_HTTP_HEADER_CONTENT_TYPE,
220 MIME_HTML); 220 MIME_HTML);
221 ret = MHD_queue_response (connection, 221 ret = MHD_queue_response (connection,
222 MHD_HTTP_OK, 222 MHD_HTTP_OK,