Fix global ban typo

This commit is contained in:
calzoneman 2013-08-18 13:09:51 -05:00
parent 806cbb3336
commit bfc420336a
1 changed files with 1 additions and 1 deletions

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);
}); });
}; };