summaryrefslogtreecommitdiff
path: root/src/restclient/anastasis_api_truth_store.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-30 13:42:07 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-30 13:42:12 +0200
commit2daaf1531092836c12b32c1c05261f598575fbb3 (patch)
tree0d508eb7ae8ca3565b4e6968c9cd4407cead7ec8 /src/restclient/anastasis_api_truth_store.c
parent806c5b1215cfa4141ee651d27955adad88d4e52b (diff)
downloadanastasis-2daaf1531092836c12b32c1c05261f598575fbb3.tar.gz
anastasis-2daaf1531092836c12b32c1c05261f598575fbb3.tar.bz2
anastasis-2daaf1531092836c12b32c1c05261f598575fbb3.zip
-fix minor enum confusions
Diffstat (limited to 'src/restclient/anastasis_api_truth_store.c')
-rw-r--r--src/restclient/anastasis_api_truth_store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restclient/anastasis_api_truth_store.c b/src/restclient/anastasis_api_truth_store.c
index ebd7d10..ef6a642 100644
--- a/src/restclient/anastasis_api_truth_store.c
+++ b/src/restclient/anastasis_api_truth_store.c
@@ -347,7 +347,7 @@ ANASTASIS_truth_store (
tso));
tso->job = GNUNET_CURL_job_add_raw (ctx,
eh,
- GNUNET_NO,
+ NULL,
&handle_truth_store_finished,
tso);
return tso;