Skip to content

Commit

Permalink
0000678: auto.reload is broke in 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jun 27, 2012
1 parent ec3fd81 commit 1ce270a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -162,7 +162,7 @@ public boolean registerNode(Node preRegisteredNode, String remoteHost, String re
// re-registering
if ((security != null && security.getInitialLoadTime() == null)
|| isRequestedRegistration) {
dataService.reloadNode(preRegisteredNode.getNodeId());
dataService.reloadNode(nodeId);
}
}

Expand Down

0 comments on commit 1ce270a

Please sign in to comment.