jshint: Remove Confusing use of '!'

This commit is contained in:
Raul Ochoa
2015-03-15 23:52:46 +01:00
parent e561f77d4d
commit bd1c24ee1c
+1 -1
View File
@@ -381,7 +381,7 @@ module.exports = function(redisPool) {
return;
}
// console.log("Matches: "); console.dir(mat);
if ( ! mat.length === 2 ) {
if ( mat.length !== 2 ) {
console.error("ERROR: pattern '" + this.re_userFromHost + "' gave unexpected matches against '" + host + "': " +
mat);
return;