aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore-fcfsd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-12 07:52:45 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-12 07:52:45 +0000
commitfa7754fd510260ffb8850feb5d6559e55f75d4e9 (patch)
tree6da39156aedb0adcbfd3c289ea716b0939efa19c /src/namestore/gnunet-namestore-fcfsd.c
parentd67d6d47727a91ed1767317f15f071abebfbdff7 (diff)
downloadgnunet-fa7754fd510260ffb8850feb5d6559e55f75d4e9.tar.gz
gnunet-fa7754fd510260ffb8850feb5d6559e55f75d4e9.zip
fix use of deprecated MHD symbols
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;