aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-08-09 21:24:27 +0000
committerJustin Clarke Casey2008-08-09 21:24:27 +0000
commitd0480a87c3c5ca0c8a83ebb4c37557dc74f49680 (patch)
tree5feb6ae58f6611ee03a972942e2408d91755b01e /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parent* Reinstate grid receive and send keys to user server config (diff)
downloadopensim-SC_OLD-d0480a87c3c5ca0c8a83ebb4c37557dc74f49680.zip
opensim-SC_OLD-d0480a87c3c5ca0c8a83ebb4c37557dc74f49680.tar.gz
opensim-SC_OLD-d0480a87c3c5ca0c8a83ebb4c37557dc74f49680.tar.bz2
opensim-SC_OLD-d0480a87c3c5ca0c8a83ebb4c37557dc74f49680.tar.xz
* Remove warnings
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 0acbd31..2d0215f 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -80,7 +80,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
80 80
81 private int m_probesWithNoIngressPackets = 0; 81 private int m_probesWithNoIngressPackets = 0;
82 //private int m_lastPacketsReceived = 0; 82 //private int m_lastPacketsReceived = 0;
83 private byte[] ZeroOutBuffer = new byte[4096]; 83 //private byte[] ZeroOutBuffer = new byte[4096];
84 84
85 private readonly LLUUID m_agentId; 85 private readonly LLUUID m_agentId;
86 private readonly uint m_circuitCode; 86 private readonly uint m_circuitCode;