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.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 {