Skip to content

Commit

Permalink
0002999: When a node is disabled after it has expired sym_node_host
Browse files Browse the repository at this point in the history
should be deleted as well as sym_node_security
  • Loading branch information
chenson42 committed Feb 27, 2017
1 parent 4641422 commit 3820d3e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -61,6 +61,7 @@ public void clientNodeOffline(Node node) {
nodeService.save(node);
outgoingBatchService.markAllAsSentForNode(node.getNodeId(), true);
nodeService.deleteNodeSecurity(node.getNodeId());
nodeService.deleteNodeHost(node.getNodeId());
}

}

0 comments on commit 3820d3e

Please sign in to comment.