aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-15 15:55:53 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-15 15:55:53 +0000
commit605211861dd9dfd1b3f46d4c1b8a314061eda134 (patch)
tree8e45fb9faf1a5c816a4efef12e437cccdb9adc21
parent61f8dbfee6b5a82c701b717dc33b7f7f7f379350 (diff)
downloadgnunet-605211861dd9dfd1b3f46d4c1b8a314061eda134.tar.gz
gnunet-605211861dd9dfd1b3f46d4c1b8a314061eda134.zip
-fix
-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,