aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/reclaim_api.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-02-14 15:38:25 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-02-14 15:38:25 +0100
commit61f7c7d61727a1da4be4b31721503c88d0c86425 (patch)
tree4afbcdb489a6f6a0601b2a756ce07a11c99aa0aa /src/reclaim/reclaim_api.c
parent82b881b953c48fa31c1fc83c9eeb2e4b376108eb (diff)
downloadgnunet-61f7c7d61727a1da4be4b31721503c88d0c86425.tar.gz
gnunet-61f7c7d61727a1da4be4b31721503c88d0c86425.zip
fix warning
Diffstat (limited to 'src/reclaim/reclaim_api.c')
-rw-r--r--src/reclaim/reclaim_api.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/reclaim/reclaim_api.c b/src/reclaim/reclaim_api.c
index b863789a2..cfe137949 100644
--- a/src/reclaim/reclaim_api.c
+++ b/src/reclaim/reclaim_api.c
@@ -705,11 +705,9 @@ handle_attribute_result (void *cls, const struct AttributeResultMessage *msg)
705 struct GNUNET_RECLAIM_AttributeIterator *it; 705 struct GNUNET_RECLAIM_AttributeIterator *it;
706 struct GNUNET_RECLAIM_Operation *op; 706 struct GNUNET_RECLAIM_Operation *op;
707 size_t attr_len; 707 size_t attr_len;
708 size_t attest_len;
709 uint32_t r_id = ntohl (msg->id); 708 uint32_t r_id = ntohl (msg->id);
710 709
711 attr_len = ntohs (msg->attr_len); 710 attr_len = ntohs (msg->attr_len);
712 attest_len = ntohs (msg->attestation_len);
713 LOG (GNUNET_ERROR_TYPE_DEBUG, "Processing attribute result.\n"); 711 LOG (GNUNET_ERROR_TYPE_DEBUG, "Processing attribute result.\n");
714 712
715 713