From 2363cd2113261ac456e18f79e9e37622d2c7eca7 Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Wed, 20 Aug 2008 15:28:51 +0000 Subject: fixing Rest/Inventory stuff again. changes somehow got lost locally. --- OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs') diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs index 984f6d3..3ac48c9 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs @@ -110,9 +110,9 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory #region Interface - private RequestData Allocate(OSHttpRequest request, OSHttpResponse response) + private RequestData Allocate(OSHttpRequest request, OSHttpResponse response, string prefix) { - return new RequestData(request, response, qPrefix); + return new RequestData(request, response, prefix); } // Inventory Handler -- cgit v1.1