mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
* ignored data recieved from closed sockets
* removed some warnings
This commit is contained in:
@@ -98,7 +98,7 @@ namespace OpenSim.RegionServer.Client
|
||||
enablesimpacket.SimulatorInfo.Port = neighbourPort;
|
||||
enablePackets.Add(enablesimpacket);
|
||||
}
|
||||
catch (Exception e)
|
||||
catch
|
||||
{
|
||||
MainConsole.Instance.Notice("Could not connect to neighbour " + neighbour["sim_ip"] + ":" + neighbour["sim_port"] + ", continuing.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user