Skip to content

Commit

Permalink
0001109: Registration can fail when multiple sym_node records exist w…
Browse files Browse the repository at this point in the history
…ith a null created_at_node_id value
  • Loading branch information
chenson42 committed Mar 13, 2013
1 parent 2bfca13 commit c8e9462
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -421,6 +421,7 @@ public NetworkedNode getRootNetworkedNode() {
}
}

nodeLeaf = leaves.get(findIdentityNodeId());
if (nodeLeaf != null) {
NetworkedNode root = nodeLeaf.getRoot();
root.setAllNetworkedNodes(leaves);
Expand Down

0 comments on commit c8e9462

Please sign in to comment.