minor.
This commit is contained in:
parent
ed5cee5ce7
commit
5bf0824000
@ -56,7 +56,7 @@ TimeData.prototype.add = function add(host, time) {
|
||||
if (this.samples.length >= this.limit)
|
||||
return;
|
||||
|
||||
if (this.known[host])
|
||||
if (this.known[host] != null)
|
||||
return;
|
||||
|
||||
this.known[host] = sample;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user