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 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",