projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51cc0a0
)
- fix
author
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 20 Jun 2012 15:34:07 +0000
(15:34 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 20 Jun 2012 15:34:07 +0000
(15:34 +0000)
src/namestore/namestore_api.c
patch
|
blob
|
history
diff --git
a/src/namestore/namestore_api.c
b/src/namestore/namestore_api.c
index 866d1bf1ce1aa25956c6f3d7a321d6610d57e951..e76b173b90519596bcbc410e788c98021f5f91d5 100644
(file)
--- 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);