* minor: if OAR saving receives assets after timeout, just print warning, don't accidentally go on to process them

This commit is contained in:
Justin Clarke Casey
2009-06-12 14:00:50 +00:00
parent 86043c431f
commit 15b8641bef

View File

@@ -220,6 +220,8 @@ namespace OpenSim.Region.CoreModules.World.Archiver
m_log.WarnFormat(
"[ARCHIVER]: Received information about asset {0} after archive save abortion. Ignoring.",
id);
return;
}
if (asset != null)