mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 23:35:47 +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
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user