Navigation Menu

Skip to content

Commit

Permalink
mispelled node_security
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Dec 20, 2007
1 parent 8561a56 commit b4c6c85
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -183,7 +183,7 @@ public void insertReloadEvent(Node targetNode) {
}

private void insertNodeSecurityUpdate(Node node) {
Data data = createData(tablePrefix + "_security", " t.node_id = '" + node.getNodeId() + "'");
Data data = createData(tablePrefix + "_node_security", " t.node_id = '" + node.getNodeId() + "'");
if (data != null) {
data.setChannelId(Constants.CHANNEL_CONFIG);
insertDataEvent(data, node.getNodeId());
Expand Down

0 comments on commit b4c6c85

Please sign in to comment.