fix #1883
authorChristian Grothoff <christian@grothoff.org>
Sat, 5 Nov 2011 19:23:48 +0000 (19:23 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 5 Nov 2011 19:23:48 +0000 (19:23 +0000)
src/fs/fs_namespace.c

index 7b2d5071c48371fdbc7c4437faf2024988918624..47ca6bad1748c9d9cf3ae9179404e7a95ce733e4 100644 (file)
@@ -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;