aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 436191a78..5d9fbd27f 100644
--- a/src/gns/gnunet-gns-fcfsd.c
+++ b/src/gns/gnunet-gns-fcfsd.c
@@ -181,7 +181,7 @@ serve_main_page (struct MHD_Connection *connection)
181 (void *) MAIN_PAGE, 181 (void *) MAIN_PAGE,
182 MHD_RESPMEM_PERSISTENT); 182 MHD_RESPMEM_PERSISTENT);
183 MHD_add_response_header (response, 183 MHD_add_response_header (response,
184 MHD_HTTP_HEADER_CONTENT_ENCODING, 184 MHD_HTTP_HEADER_CONTENT_TYPE,
185 MIME_HTML); 185 MIME_HTML);
186 ret = MHD_queue_response (connection, 186 ret = MHD_queue_response (connection,
187 MHD_HTTP_OK, 187 MHD_HTTP_OK,