From e2b2ac87155580dc2fb59d8e1306387188c4aa6a Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 12 Feb 2009 18:37:27 +0000 Subject: * Remove a change which shouldn't have made it into the last commit * Rogue change affected grid only --- OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index bb294a5..0ec19a8 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs @@ -1597,8 +1597,6 @@ namespace OpenSim.Region.Communications.OGS1 return false; } - ar.AsyncWaitHandle.Close(); - if (timed_out) { ar.AsyncWaitHandle.Close(); -- cgit v1.1