Fix global ban typo

This commit is contained in:
calzoneman 2013-08-18 13:09:51 -05:00
parent 806cbb3336
commit bfc420336a

View file

@ -265,7 +265,7 @@ Database.prototype.setGlobalIPBan = function (ip, reason, callback) {
return; return;
} }
self.getGlobalIPBans(); self.listGlobalIPBans();
callback(null, res); callback(null, res);
}); });
}; };