Oops. Next time try not to commit things at the same time as having important discussions on the IRC.

0.6.6-post-fixes
diva 2009-05-16 00:33:17 +00:00
parent d8931def06
commit 29301e66c0
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ namespace OpenSim.Servers.Connectors
{
// Placing this here, so that this work with old asset servers that don't send any reply back
// SynchronousRestObjectRequester returns somethins that is not an empty string
if (!"00000000-0000-0000-0000-000000000000".Equals(newID))
if (newID != null)
asset.ID = newID;
if (m_Cache != null)