mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Minor: change the return value of unsuccessful posts to string.Empty.
This commit is contained in:
@@ -137,7 +137,7 @@ namespace OpenSim.Services.HypergridService
|
||||
public override string Store(AssetBase asset)
|
||||
{
|
||||
if (!m_AssetPerms.AllowedImport(asset.Type))
|
||||
return UUID.Zero.ToString();
|
||||
return string.Empty;
|
||||
|
||||
return base.Store(asset);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user