aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdParty/3Di/LoadBalancer/TcpServer.cs
diff options
context:
space:
mode:
authorJeff Ames2008-05-16 05:30:39 +0000
committerJeff Ames2008-05-16 05:30:39 +0000
commit90402133669a2d01878b88c2bc38dca60b07223e (patch)
treebb2738e58caef2b42a6872679df24703954696c3 /ThirdParty/3Di/LoadBalancer/TcpServer.cs
parentFormatting cleanup. (diff)
downloadopensim-SC_OLD-90402133669a2d01878b88c2bc38dca60b07223e.zip
opensim-SC_OLD-90402133669a2d01878b88c2bc38dca60b07223e.tar.gz
opensim-SC_OLD-90402133669a2d01878b88c2bc38dca60b07223e.tar.bz2
opensim-SC_OLD-90402133669a2d01878b88c2bc38dca60b07223e.tar.xz
Set svn:ignore. Minor formatting cleanup.
Diffstat (limited to 'ThirdParty/3Di/LoadBalancer/TcpServer.cs')
-rw-r--r--ThirdParty/3Di/LoadBalancer/TcpServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ThirdParty/3Di/LoadBalancer/TcpServer.cs b/ThirdParty/3Di/LoadBalancer/TcpServer.cs
index 1457299..fd5e9e2 100644
--- a/ThirdParty/3Di/LoadBalancer/TcpServer.cs
+++ b/ThirdParty/3Di/LoadBalancer/TcpServer.cs
@@ -144,7 +144,7 @@ namespace OpenSim.ApplicationPlugins.LoadBalancer
144 { 144 {
145 //MainLog.Instance.Verbose("TCPSERVER", "Processing body"); 145 //MainLog.Instance.Verbose("TCPSERVER", "Processing body");
146 146
147 // reading body 147 // reading body
148 byte[] packet = new byte[state.header.numbytes]; 148 byte[] packet = new byte[state.header.numbytes];
149 state.ms_ptr.Position = current_pos + TcpClient.internalPacketHeaderSize; 149 state.ms_ptr.Position = current_pos + TcpClient.internalPacketHeaderSize;
150 state.ms_ptr.Read(packet, 0, state.header.numbytes); 150 state.ms_ptr.Read(packet, 0, state.header.numbytes);