From 29301e66c0f99d0c0e7af66c9ab951a147ee4b4d Mon Sep 17 00:00:00 2001 From: diva Date: Sat, 16 May 2009 00:33:17 +0000 Subject: Oops. Next time try not to commit things at the same time as having important discussions on the IRC. --- OpenSim/Servers/Connectors/Asset/AssetServiceConnector.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Servers/Connectors') diff --git a/OpenSim/Servers/Connectors/Asset/AssetServiceConnector.cs b/OpenSim/Servers/Connectors/Asset/AssetServiceConnector.cs index cebd471..8888c87 100644 --- a/OpenSim/Servers/Connectors/Asset/AssetServiceConnector.cs +++ b/OpenSim/Servers/Connectors/Asset/AssetServiceConnector.cs @@ -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) -- cgit v1.1