Fix command params check on fcache expire <datetime>
Thanks coyled
mysql-performance
Justin Clark-Casey (justincc) 2010-01-29 21:52:13 +00:00
parent 0cf88b34c9
commit 7b53067d6d
1 changed files with 1 additions and 1 deletions

View File

@ -762,7 +762,7 @@ namespace Flotsam.RegionModules.AssetCache
case "expire":
if (cmdparams.Length >= 3)
if (cmdparams.Length < 3)
{
m_log.InfoFormat("[FLOTSAM ASSET CACHE] Invalid parameters for Expire, please specify a valid date & time", cmd);
break;