From: Christian Grothoff Date: Sat, 5 Nov 2011 19:23:48 +0000 (+0000) Subject: fix #1883 X-Git-Tag: initial-import-from-subversion-38251~16019 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8f8f854083efb0791471067b377b5ed861eadca7;p=oweals%2Fgnunet.git fix #1883 --- diff --git a/src/fs/fs_namespace.c b/src/fs/fs_namespace.c index 7b2d5071c..47ca6bad1 100644 --- a/src/fs/fs_namespace.c +++ b/src/fs/fs_namespace.c @@ -1101,6 +1101,7 @@ GNUNET_FS_namespace_list_updateable (struct GNUNET_FS_Namespace *namespace, } GNUNET_CRYPTO_hash (nsn->update, strlen (nsn->update), &hc); nsn->nug = nug; + nsn->tree_id = UINT_MAX; fc.id = UINT_MAX; fc.nug = nug; fc.namespace = namespace;