aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-06-20 15:34:07 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-06-20 15:34:07 +0000
commite88743d18bdef4022a53813f5e172ec12a32741b (patch)
treea5f798ace3287d6004eaf28a16ea90b91c39f41d /src/namestore
parent51cc0a0fe9fe26f3fd91d508a0268295924ae35a (diff)
downloadgnunet-e88743d18bdef4022a53813f5e172ec12a32741b.tar.gz
gnunet-e88743d18bdef4022a53813f5e172ec12a32741b.zip
- fix
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/namestore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index 866d1bf1c..e76b173b9 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -1181,7 +1181,7 @@ GNUNET_NAMESTORE_verify_signature (const struct GNUNET_CRYPTO_RsaPublicKeyBinary
1181 char * rd_tmp; 1181 char * rd_tmp;
1182 struct GNUNET_CRYPTO_RsaSignaturePurpose *sig_purpose; 1182 struct GNUNET_CRYPTO_RsaSignaturePurpose *sig_purpose;
1183 struct GNUNET_TIME_AbsoluteNBO *expire_tmp; 1183 struct GNUNET_TIME_AbsoluteNBO *expire_tmp;
1184 struct GNUNET_TIME_AbsoluteNBO expire_nbo = GNUNET_TIME_absolute_hton(expire); 1184 struct GNUNET_TIME_AbsoluteNBO expire_nbo = GNUNET_TIME_absolute_hton(freshness);
1185 1185
1186 GNUNET_assert (public_key != NULL); 1186 GNUNET_assert (public_key != NULL);
1187 GNUNET_assert (name != NULL); 1187 GNUNET_assert (name != NULL);