aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/reclaim_api.c
diff options
context:
space:
mode:
authorMarkus Voggenreiter <Markus.Voggenreiter@tum.de>2019-11-06 18:09:20 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-01-13 13:31:04 +0100
commit854dfdf7031a4e06322b592b1c583cb8301afeb4 (patch)
tree704d24e60c94af20d8440f8144832c4fea9d8b1f /src/reclaim/reclaim_api.c
parent554abc7d4c13e59a64d95770e68da8033de44c51 (diff)
downloadgnunet-854dfdf7031a4e06322b592b1c583cb8301afeb4.tar.gz
gnunet-854dfdf7031a4e06322b592b1c583cb8301afeb4.zip
Fixed Open Issues with Listing
Diffstat (limited to 'src/reclaim/reclaim_api.c')
-rw-r--r--src/reclaim/reclaim_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reclaim/reclaim_api.c b/src/reclaim/reclaim_api.c
index 1d2b9d8b4..75ef22c8c 100644
--- a/src/reclaim/reclaim_api.c
+++ b/src/reclaim/reclaim_api.c
@@ -807,7 +807,8 @@ handle_reference_result (void *cls, const struct ReferenceResultMessage *msg)
807 struct GNUNET_RECLAIM_ATTESTATION_Claim *attest; 807 struct GNUNET_RECLAIM_ATTESTATION_Claim *attest;
808 attest = GNUNET_RECLAIM_ATTESTATION_deserialize ((char *) &msg[1], 808 attest = GNUNET_RECLAIM_ATTESTATION_deserialize ((char *) &msg[1],
809 attest_len); 809 attest_len);
810 ref = GNUNET_RECLAIM_ATTESTATION_REF_deserialize ((char *) &msg[2], 810 ref = GNUNET_RECLAIM_ATTESTATION_REF_deserialize ((char *) &msg[1]
811 + attest_len,
811 ref_len); 812 ref_len);
812 if (NULL != it) 813 if (NULL != it)
813 { 814 {