aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-29 13:45:06 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-29 13:45:06 +0000
commit3b3debab9a5cd72ba5ec98d04ef08209f2f5b080 (patch)
tree6ff39f510be171df0cdbb986097a21ceca555fd3 /src/namestore/gnunet-service-namestore.c
parenta7695d91fec473c153487aa84c425f9cbbaf2a54 (diff)
downloadgnunet-3b3debab9a5cd72ba5ec98d04ef08209f2f5b080.tar.gz
gnunet-3b3debab9a5cd72ba5ec98d04ef08209f2f5b080.zip
-fixes
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r--src/namestore/gnunet-service-namestore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index 81639fcab..b8714f08d 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -1646,7 +1646,7 @@ zone_iteraterate_proc (void *cls,
1646{ 1646{
1647 struct ZoneIterationProcResult *proc = cls; 1647 struct ZoneIterationProcResult *proc = cls;
1648 struct GNUNET_NAMESTORE_RecordData rd_filtered[rd_count]; 1648 struct GNUNET_NAMESTORE_RecordData rd_filtered[rd_count];
1649 struct GNUNET_CRYPTO_RsaSignature *new_signature; 1649 struct GNUNET_CRYPTO_RsaSignature *new_signature = NULL;
1650 struct GNUNET_NAMESTORE_CryptoContainer *cc; 1650 struct GNUNET_NAMESTORE_CryptoContainer *cc;
1651 struct GNUNET_HashCode long_hash; 1651 struct GNUNET_HashCode long_hash;
1652 struct GNUNET_CRYPTO_ShortHashCode zone_hash; 1652 struct GNUNET_CRYPTO_ShortHashCode zone_hash;
@@ -1746,7 +1746,7 @@ zone_iteraterate_proc (void *cls,
1746 name, GNUNET_short_h2s (&zone_hash), rd_count_filtered, 1746 name, GNUNET_short_h2s (&zone_hash), rd_count_filtered,
1747 (unsigned long long) expire.abs_value); 1747 (unsigned long long) expire.abs_value);
1748 return; 1748 return;
1749 } 1749 }
1750 } 1750 }
1751 else 1751 else
1752 { 1752 {