diff options
Diffstat (limited to 'OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs')
-rw-r--r-- | OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs b/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs index 90104f2..8b2a5ca 100644 --- a/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs +++ b/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs | |||
@@ -654,7 +654,7 @@ namespace OpenSim.Region.CoreModules.Communications.REST | |||
654 | if (args["itemid"] != null) | 654 | if (args["itemid"] != null) |
655 | itemID = args["itemid"].AsUUID(); | 655 | itemID = args["itemid"].AsUUID(); |
656 | 656 | ||
657 | UUID regionID = m_localBackend.GetRegionID(regionhandle); | 657 | //UUID regionID = m_localBackend.GetRegionID(regionhandle); |
658 | 658 | ||
659 | // This is the meaning of PUT object | 659 | // This is the meaning of PUT object |
660 | bool result = m_localBackend.SendCreateObject(regionhandle, userID, itemID); | 660 | bool result = m_localBackend.SendCreateObject(regionhandle, userID, itemID); |