aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/reclaim_api.c
diff options
context:
space:
mode:
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)