diff options
author | Justin Clark-Casey (justincc) | 2009-10-14 19:43:56 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-10-14 19:43:56 +0100 |
commit | 0cb0a28fde4c1d870c157bd19675a0653b06bc80 (patch) | |
tree | 397b71cc3c5d107a3f26c3c00c49f55a05d57db6 /OpenSim/Services/Connectors/Asset | |
parent | Set the estate owner to be the master avatar if it's not set. (diff) | |
download | opensim-SC_OLD-0cb0a28fde4c1d870c157bd19675a0653b06bc80.zip opensim-SC_OLD-0cb0a28fde4c1d870c157bd19675a0653b06bc80.tar.gz opensim-SC_OLD-0cb0a28fde4c1d870c157bd19675a0653b06bc80.tar.bz2 opensim-SC_OLD-0cb0a28fde4c1d870c157bd19675a0653b06bc80.tar.xz |
* minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Services/Connectors/Asset')
-rw-r--r-- | OpenSim/Services/Connectors/Asset/AssetServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Asset/AssetServiceConnector.cs b/OpenSim/Services/Connectors/Asset/AssetServiceConnector.cs index 6f7c90f..ecda85a 100644 --- a/OpenSim/Services/Connectors/Asset/AssetServiceConnector.cs +++ b/OpenSim/Services/Connectors/Asset/AssetServiceConnector.cs | |||
@@ -298,7 +298,7 @@ namespace OpenSim.Services.Connectors | |||
298 | return; | 298 | return; |
299 | } | 299 | } |
300 | 300 | ||
301 | AssetBase asset = asset = m_Cache.Get(assetID.ToString()); | 301 | AssetBase asset = m_Cache.Get(assetID.ToString()); |
302 | 302 | ||
303 | if (asset == null) | 303 | if (asset == null) |
304 | { | 304 | { |