aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/reclaim_api.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-02-04 22:50:32 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-02-09 20:38:10 +0100
commit065ecd9a0f92ecafd6c552494a6310b92cc08597 (patch)
tree0b3ca58f4d2a04278033788063d0b432e90c92aa /src/reclaim/reclaim_api.c
parent73de82ef85076f0421af025887f0053e6c652b09 (diff)
downloadgnunet-065ecd9a0f92ecafd6c552494a6310b92cc08597.tar.gz
gnunet-065ecd9a0f92ecafd6c552494a6310b92cc08597.zip
bugfixes
Diffstat (limited to 'src/reclaim/reclaim_api.c')
-rw-r--r--src/reclaim/reclaim_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reclaim/reclaim_api.c b/src/reclaim/reclaim_api.c
index 89b9ea0f7..3820550c9 100644
--- a/src/reclaim/reclaim_api.c
+++ b/src/reclaim/reclaim_api.c
@@ -1423,7 +1423,7 @@ GNUNET_RECLAIM_get_attestations_start (
1423 ait->identity = *identity; 1423 ait->identity = *identity;
1424 GNUNET_CONTAINER_DLL_insert_tail (h->ait_head, h->ait_tail, ait); 1424 GNUNET_CONTAINER_DLL_insert_tail (h->ait_head, h->ait_tail, ait);
1425 env = 1425 env =
1426 GNUNET_MQ_msg (msg, GNUNET_MESSAGE_TYPE_RECLAIM_ATTRIBUTE_ITERATION_START); 1426 GNUNET_MQ_msg (msg, GNUNET_MESSAGE_TYPE_RECLAIM_ATTESTATION_ITERATION_START);
1427 msg->id = htonl (rid); 1427 msg->id = htonl (rid);
1428 msg->identity = *identity; 1428 msg->identity = *identity;
1429 if (NULL == h->mq) 1429 if (NULL == h->mq)