diff options
author | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2020-02-04 22:50:32 +0100 |
---|---|---|
committer | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2020-02-09 20:38:10 +0100 |
commit | 065ecd9a0f92ecafd6c552494a6310b92cc08597 (patch) | |
tree | 0b3ca58f4d2a04278033788063d0b432e90c92aa /src/reclaim/reclaim_api.c | |
parent | 73de82ef85076f0421af025887f0053e6c652b09 (diff) |
bugfixes
Diffstat (limited to 'src/reclaim/reclaim_api.c')
-rw-r--r-- | src/reclaim/reclaim_api.c | 2 |
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 ( ait->identity = *identity; GNUNET_CONTAINER_DLL_insert_tail (h->ait_head, h->ait_tail, ait); env = - GNUNET_MQ_msg (msg, GNUNET_MESSAGE_TYPE_RECLAIM_ATTRIBUTE_ITERATION_START); + GNUNET_MQ_msg (msg, GNUNET_MESSAGE_TYPE_RECLAIM_ATTESTATION_ITERATION_START); msg->id = htonl (rid); msg->identity = *identity; if (NULL == h->mq) |