summaryrefslogtreecommitdiff
path: root/src/restclient
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-14 10:45:50 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-14 10:45:50 +0200
commit71c62583d81f149cef2bdbe13870da70b50f3cbd (patch)
tree8bc44d018fd3666344acfee2407dc0f63206780e /src/restclient
parentcc54548aee7bc181b36e28c6758a888e82c16f65 (diff)
downloadanastasis-71c62583d81f149cef2bdbe13870da70b50f3cbd.tar.gz
anastasis-71c62583d81f149cef2bdbe13870da70b50f3cbd.tar.bz2
anastasis-71c62583d81f149cef2bdbe13870da70b50f3cbd.zip
-improve docs on what truth is, make truth_mime optionalv0.0.0
Diffstat (limited to 'src/restclient')
-rw-r--r--src/restclient/anastasis_api_truth_store.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/restclient/anastasis_api_truth_store.c b/src/restclient/anastasis_api_truth_store.c
index 185e06b..74b9238 100644
--- a/src/restclient/anastasis_api_truth_store.c
+++ b/src/restclient/anastasis_api_truth_store.c
@@ -303,10 +303,9 @@ ANASTASIS_truth_store (
GNUNET_JSON_pack_data_varsize ("encrypted_truth",
encrypted_truth,
encrypted_truth_size),
- GNUNET_JSON_pack_string ("truth_mime",
- (NULL != truth_mime)
- ? truth_mime
- : ""),
+ GNUNET_JSON_pack_allow_null (
+ GNUNET_JSON_pack_string ("truth_mime",
+ truth_mime)),
GNUNET_JSON_pack_uint64 ("storage_duration_years",
payment_years_requested));
json_str = json_dumps (truth_data,