missed change

avinationmerge
UbitUmarov 2012-09-25 04:03:15 +01:00
parent 4d681bfde6
commit ef3d44240e
1 changed files with 2 additions and 1 deletions

View File

@ -189,12 +189,13 @@ namespace OpenSim.Region.ClientStack.Linden
// this should never happen except possible on shutdown
NoEvents = (x, y) =>
{
/*
lock (requests)
{
Hashtable request = requests.Find(id => id["RequestID"].ToString() == x.ToString());
requests.Remove(request);
}
*/
Hashtable response = new Hashtable();
response["int_response_code"] = 500;