mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Fix command params check on fcache expire <datetime> Thanks coyled
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user