Skip to content

Commit

Permalink
Merge pull request firewalla#634 from jerrchen/master
Browse files Browse the repository at this point in the history
fixing problem that very hosts not showing up, closes firewalla#623
  • Loading branch information
jerrchen authored Dec 29, 2017
2 parents 911a35a + adda2ab commit da31569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net2/HostManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -2257,7 +2257,7 @@ module.exports = class {
}
}
for (let h in removedHosts) {
delete this.hostsdb[h];
delete this.hostsdb[removedHosts[h]];
}
log.debug("hostmanager:removing:hosts", removedHosts);
this.hosts.all.sort(function (a, b) {
Expand Down

0 comments on commit da31569

Please sign in to comment.