aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim-attribute/reclaim_attribute.c
diff options
context:
space:
mode:
authorMarkus Voggenreiter <Markus.Voggenreiter@tum.de>2019-11-08 12:06:54 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-01-13 13:31:05 +0100
commitc0fce9ca75973a646f80372fcc08c059818ba548 (patch)
tree582ea825f44149594f3031a445f48fad79fa3724 /src/reclaim-attribute/reclaim_attribute.c
parent854dfdf7031a4e06322b592b1c583cb8301afeb4 (diff)
downloadgnunet-c0fce9ca75973a646f80372fcc08c059818ba548.tar.gz
gnunet-c0fce9ca75973a646f80372fcc08c059818ba548.zip
JWT Plugin, Prepared Ticketing
Diffstat (limited to 'src/reclaim-attribute/reclaim_attribute.c')
-rw-r--r--src/reclaim-attribute/reclaim_attribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reclaim-attribute/reclaim_attribute.c b/src/reclaim-attribute/reclaim_attribute.c
index 113ec7ef5..207bfb617 100644
--- a/src/reclaim-attribute/reclaim_attribute.c
+++ b/src/reclaim-attribute/reclaim_attribute.c
@@ -426,7 +426,7 @@ GNUNET_RECLAIM_ATTESTATION_reference_new (const char *attr_name,
426 GNUNET_memcpy (write_ptr, attr_name_tmp, strlen (attr_name_tmp) + 1); 426 GNUNET_memcpy (write_ptr, attr_name_tmp, strlen (attr_name_tmp) + 1);
427 attr->name = write_ptr; 427 attr->name = write_ptr;
428 428
429 write_ptr += strlen (attr_name) +1; 429 write_ptr += strlen (attr_name) + 1;
430 GNUNET_memcpy (write_ptr, ref_value_tmp, strlen (ref_value_tmp) + 1); 430 GNUNET_memcpy (write_ptr, ref_value_tmp, strlen (ref_value_tmp) + 1);
431 attr->reference_value = write_ptr; 431 attr->reference_value = write_ptr;
432 432