Remove SHAMapNodeID from SHAMapTreeNode (RIPD-347)

This resolves the "right data, wrong ID" issue in the
tree node cache.
This commit is contained in:
David Schwartz
2014-07-16 16:58:46 -07:00
parent f1bb0afc4e
commit 07db5d497c
6 changed files with 41 additions and 85 deletions

View File

@@ -250,7 +250,6 @@ public:
return;
SHAMapTreeNode newNode(
SHAMapNodeID (node.nodeid().data(), node.nodeid().size()),
Blob (node.nodedata().begin(), node.nodedata().end()),
0, snfWIRE, uZero, false);