diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 1 | ||||
-rw-r--r-- | OpenSim/Region/ClientStack/UDPServer.cs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index b5cd6fb..bf56dfa 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -1163,7 +1163,6 @@ namespace OpenSim.Region.ClientStack | |||
1163 | int MAX_ITEMS_PER_PACKET = 6; | 1163 | int MAX_ITEMS_PER_PACKET = 6; |
1164 | 1164 | ||
1165 | Encoding enc = Encoding.ASCII; | 1165 | Encoding enc = Encoding.ASCII; |
1166 | uint FULL_MASK_PERMISSIONS = (uint)PermissionMask.All; | ||
1167 | InventoryDescendentsPacket descend; | 1166 | InventoryDescendentsPacket descend; |
1168 | int i; | 1167 | int i; |
1169 | int count; | 1168 | int count; |
diff --git a/OpenSim/Region/ClientStack/UDPServer.cs b/OpenSim/Region/ClientStack/UDPServer.cs index 5501d3f..10a51e5 100644 --- a/OpenSim/Region/ClientStack/UDPServer.cs +++ b/OpenSim/Region/ClientStack/UDPServer.cs | |||
@@ -385,7 +385,6 @@ namespace OpenSim.Region.ClientStack | |||
385 | // We are looking for alternate ports! | 385 | // We are looking for alternate ports! |
386 | //m_log.Info("[SERVER]: UDP socket on " + listenIP.ToString() + " " + listenPort.ToString() + " is not available, trying next."); | 386 | //m_log.Info("[SERVER]: UDP socket on " + listenIP.ToString() + " " + listenPort.ToString() + " is not available, trying next."); |
387 | } | 387 | } |
388 | System.Threading.Thread.Sleep(100); // Wait before we retry socket | ||
389 | } | 388 | } |
390 | 389 | ||
391 | m_log.Info("[SERVER]: UDP socket bound, getting ready to listen"); | 390 | m_log.Info("[SERVER]: UDP socket bound, getting ready to listen"); |