aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2014-07-03 22:57:31 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2014-07-03 22:57:31 +0000
commit9e653501c9cf90d20408ab350cdd04f9c2ac3399 (patch)
treeb884f86740952ce47c02a4ff479d14c07e19067c /src/hostlist
parent5eaaab6d7d679e9412e5dad363ea849b70c5569e (diff)
downloadgnunet-9e653501c9cf90d20408ab350cdd04f9c2ac3399.tar.gz
gnunet-9e653501c9cf90d20408ab350cdd04f9c2ac3399.zip
Fix hostlist server CORS headers
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist_server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist_server.c b/src/hostlist/gnunet-daemon-hostlist_server.c
index 9ab2b2642..938c1cec0 100644
--- a/src/hostlist/gnunet-daemon-hostlist_server.c
+++ b/src/hostlist/gnunet-daemon-hostlist_server.c
@@ -401,7 +401,6 @@ access_handler_callback (void *cls,
401 GNUNET_STATISTICS_update (stats, 401 GNUNET_STATISTICS_update (stats,
402 gettext_noop ("hostlist requests processed"), 402 gettext_noop ("hostlist requests processed"),
403 1, GNUNET_YES); 403 1, GNUNET_YES);
404 add_cors_headers (response);
405 return MHD_queue_response (connection, MHD_HTTP_OK, response); 404 return MHD_queue_response (connection, MHD_HTTP_OK, response);
406} 405}
407 406