diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-06-29 13:45:06 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-06-29 13:45:06 +0000 |
commit | ac828f4a80b79a26f74d39d4fa5ce098a2a556f7 (patch) | |
tree | 6ff39f510be171df0cdbb986097a21ceca555fd3 /src/namestore/gnunet-service-namestore.c | |
parent | 5f2023d431d5deb0a2ce94ba5981703d3f85dd58 (diff) |
-fixes
git-svn-id: https://gnunet.org/svn/gnunet@22384 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r-- | src/namestore/gnunet-service-namestore.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c index 81639fcab6..b8714f08d7 100644 --- a/src/namestore/gnunet-service-namestore.c +++ b/src/namestore/gnunet-service-namestore.c @@ -1646,7 +1646,7 @@ zone_iteraterate_proc (void *cls, { struct ZoneIterationProcResult *proc = cls; struct GNUNET_NAMESTORE_RecordData rd_filtered[rd_count]; - struct GNUNET_CRYPTO_RsaSignature *new_signature; + struct GNUNET_CRYPTO_RsaSignature *new_signature = NULL; struct GNUNET_NAMESTORE_CryptoContainer *cc; struct GNUNET_HashCode long_hash; struct GNUNET_CRYPTO_ShortHashCode zone_hash; @@ -1746,7 +1746,7 @@ zone_iteraterate_proc (void *cls, name, GNUNET_short_h2s (&zone_hash), rd_count_filtered, (unsigned long long) expire.abs_value); return; - } + } } else { |