diff options
author | Jeff Ames | 2008-05-16 05:30:39 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-16 05:30:39 +0000 |
commit | 90402133669a2d01878b88c2bc38dca60b07223e (patch) | |
tree | bb2738e58caef2b42a6872679df24703954696c3 /ThirdParty/3Di/LoadBalancer/TcpServer.cs | |
parent | Formatting cleanup. (diff) | |
download | opensim-SC-90402133669a2d01878b88c2bc38dca60b07223e.zip opensim-SC-90402133669a2d01878b88c2bc38dca60b07223e.tar.gz opensim-SC-90402133669a2d01878b88c2bc38dca60b07223e.tar.bz2 opensim-SC-90402133669a2d01878b88c2bc38dca60b07223e.tar.xz |
Set svn:ignore. Minor formatting cleanup.
Diffstat (limited to '')
-rw-r--r-- | ThirdParty/3Di/LoadBalancer/TcpServer.cs | 2 |
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); |