diff options
author | Adam Frisby | 2008-03-05 21:47:19 +0000 |
---|---|---|
committer | Adam Frisby | 2008-03-05 21:47:19 +0000 |
commit | 14b37533aaae69979f602e28f9cc0cd60b9585d7 (patch) | |
tree | 96299c3bbf327499e9272428ac3a131a2cda3305 /OpenSim/Region/ClientStack | |
parent | Change SceneObjectPart.LocalID to .LocalId to be case matching (diff) | |
download | opensim-SC_OLD-14b37533aaae69979f602e28f9cc0cd60b9585d7.zip opensim-SC_OLD-14b37533aaae69979f602e28f9cc0cd60b9585d7.tar.gz opensim-SC_OLD-14b37533aaae69979f602e28f9cc0cd60b9585d7.tar.bz2 opensim-SC_OLD-14b37533aaae69979f602e28f9cc0cd60b9585d7.tar.xz |
* Removed more compiler warnings, dead code, etc.
Diffstat (limited to '')
-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"); |