mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
missed change
This commit is contained in:
@@ -189,12 +189,13 @@ namespace OpenSim.Region.ClientStack.Linden
|
|||||||
// this should never happen except possible on shutdown
|
// this should never happen except possible on shutdown
|
||||||
NoEvents = (x, y) =>
|
NoEvents = (x, y) =>
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
lock (requests)
|
lock (requests)
|
||||||
{
|
{
|
||||||
Hashtable request = requests.Find(id => id["RequestID"].ToString() == x.ToString());
|
Hashtable request = requests.Find(id => id["RequestID"].ToString() == x.ToString());
|
||||||
requests.Remove(request);
|
requests.Remove(request);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
Hashtable response = new Hashtable();
|
Hashtable response = new Hashtable();
|
||||||
|
|
||||||
response["int_response_code"] = 500;
|
response["int_response_code"] = 500;
|
||||||
|
|||||||
Reference in New Issue
Block a user