diff options
Some refactoring , mainly on Inventory code.
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs index 934a814..612930d 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | |||
@@ -64,7 +64,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
64 | try | 64 | try |
65 | { | 65 | { |
66 | RestObjectPosterResponse<InventoryCollection> requester = new RestObjectPosterResponse<InventoryCollection>(); | 66 | RestObjectPosterResponse<InventoryCollection> requester = new RestObjectPosterResponse<InventoryCollection>(); |
67 | requester.ReturnResponseVal = InventoryResponse; | 67 | requester.ResponseCallback = InventoryResponse; |
68 | requester.BeginPostObject<LLUUID>(_inventoryServerUrl + "/GetInventory/", userID); | 68 | requester.BeginPostObject<LLUUID>(_inventoryServerUrl + "/GetInventory/", userID); |
69 | } | 69 | } |
70 | catch (Exception) | 70 | catch (Exception) |