From e88743d18bdef4022a53813f5e172ec12a32741b Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 20 Jun 2012 15:34:07 +0000 Subject: [PATCH] - fix --- src/namestore/namestore_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 char * rd_tmp; struct GNUNET_CRYPTO_RsaSignaturePurpose *sig_purpose; struct GNUNET_TIME_AbsoluteNBO *expire_tmp; - struct GNUNET_TIME_AbsoluteNBO expire_nbo = GNUNET_TIME_absolute_hton(expire); + struct GNUNET_TIME_AbsoluteNBO expire_nbo = GNUNET_TIME_absolute_hton(freshness); GNUNET_assert (public_key != NULL); GNUNET_assert (name != NULL); -- 2.25.1