Skip to content

Commit

Permalink
put sym_node_security update in reload channel so it gets put in righ…
Browse files Browse the repository at this point in the history
…t order
  • Loading branch information
erilong committed Dec 21, 2007
1 parent b3bdf99 commit 9cfc9c4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -185,7 +185,7 @@ public void insertReloadEvent(Node targetNode) {
private void insertNodeSecurityUpdate(Node node) {
Data data = createData(tablePrefix + "_node_security", " t.node_id = '" + node.getNodeId() + "'");
if (data != null) {
data.setChannelId(Constants.CHANNEL_CONFIG);
data.setChannelId(Constants.CHANNEL_RELOAD);
insertDataEvent(data, node.getNodeId());
}
}
Expand Down

0 comments on commit 9cfc9c4

Please sign in to comment.