aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore-fcfsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-namestore-fcfsd.c')
-rw-r--r--src/namestore/gnunet-namestore-fcfsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/gnunet-namestore-fcfsd.c b/src/namestore/gnunet-namestore-fcfsd.c
index 6abe10d42..f23162af2 100644
--- a/src/namestore/gnunet-namestore-fcfsd.c
+++ b/src/namestore/gnunet-namestore-fcfsd.c
@@ -756,7 +756,7 @@ create_response (void *cls,
756 (void *) METHOD_ERROR, 756 (void *) METHOD_ERROR,
757 MHD_RESPMEM_PERSISTENT); 757 MHD_RESPMEM_PERSISTENT);
758 ret = MHD_queue_response (connection, 758 ret = MHD_queue_response (connection,
759 MHD_HTTP_METHOD_NOT_ACCEPTABLE, 759 MHD_HTTP_NOT_ACCEPTABLE,
760 response); 760 response);
761 MHD_destroy_response (response); 761 MHD_destroy_response (response);
762 return ret; 762 return ret;