aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-16 14:48:54 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-16 14:48:54 +0000
commit4526a7d87efdf2e0a6024d7ee225a8cb93e73160 (patch)
tree4cafa5da0a2bd5e500e3456d17a12d7f1befc1e5
parentf537d52f6993567845c4329bb0ec3dc81ef29271 (diff)
downloadgnunet-4526a7d87efdf2e0a6024d7ee225a8cb93e73160.tar.gz
gnunet-4526a7d87efdf2e0a6024d7ee225a8cb93e73160.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 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,