fix long latent issue exposed by acf7562b0f

This commit is contained in:
gorhill 2017-05-19 21:07:37 -04:00
parent f9aa5b5c21
commit da5f1c80d3
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -1075,7 +1075,7 @@ FilterHostnameDict.prototype.match = function() {
hostname = hostname.slice(pos + 1);
}
this.h = hostname;
return this;
return true;
};
FilterHostnameDict.prototype.logData = function() {