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:
b254793
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Thu, 18 Mar 2010 10:39:12 +0000
(10:39 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 18 Mar 2010 10:39:12 +0000
(10:39 +0000)
src/fs/gnunet-service-fs.c
patch
|
blob
|
history
diff --git
a/src/fs/gnunet-service-fs.c
b/src/fs/gnunet-service-fs.c
index 4b2ce3a9d4e3f0d04172d6d60e6862b5edafa5e7..19e64d7d25855277f71195da55022c0a37cdcb46 100644
(file)
--- a/
src/fs/gnunet-service-fs.c
+++ b/
src/fs/gnunet-service-fs.c
@@
-1590,9
+1590,9
@@
check_kblock (const struct KBlock *kb,
return GNUNET_SYSERR;
}
if (dsize - sizeof (struct KBlock) !=
- ntoh
s
(kb->purpose.size)
+ ntoh
l
(kb->purpose.size)
- sizeof (struct GNUNET_CRYPTO_RsaSignaturePurpose)
- - sizeof(struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded) )
+ - sizeof
(struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded) )
{
GNUNET_break_op (0);
return GNUNET_SYSERR;