aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-01-04 15:53:29 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-01-04 15:53:29 +0100
commita5ca7d5975c65bdfdc02087cf54ea88f1fdf4bd7 (patch)
tree9b7e2698b29380c6cd5eb3cfc3b0666649dd2b5d /src/namestore
parent7b6e0eb4f6e731a2e22509aa846da58f0553a866 (diff)
downloadgnunet-a5ca7d5975c65bdfdc02087cf54ea88f1fdf4bd7.tar.gz
gnunet-a5ca7d5975c65bdfdc02087cf54ea88f1fdf4bd7.zip
BUILD: gnunet-signatures from gana
Diffstat (limited to 'src/namestore')
-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 7ec9db156..56961deb5 100644
--- a/src/namestore/gnunet-namestore-fcfsd.c
+++ b/src/namestore/gnunet-namestore-fcfsd.c
@@ -789,7 +789,7 @@ create_response (void *cls,
789 "message", _ ("unable to process submitted data"), 789 "message", _ ("unable to process submitted data"),
790 NULL); 790 NULL);
791 rd->body_length = strlen (rd->body); 791 rd->body_length = strlen (rd->body);
792 rd->code = MHD_HTTP_PAYLOAD_TOO_LARGE; 792 rd->code = MHD_HTTP_CONTENT_TOO_LARGE;
793 return MHD_YES; 793 return MHD_YES;
794 case GNUNET_JSON_PR_JSON_INVALID: 794 case GNUNET_JSON_PR_JSON_INVALID:
795 rd->body = make_json ("error", "true", 795 rd->body = make_json ("error", "true",