From 90402133669a2d01878b88c2bc38dca60b07223e Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Fri, 16 May 2008 05:30:39 +0000 Subject: Set svn:ignore. Minor formatting cleanup. --- ThirdParty/3Di/LoadBalancer/TcpServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ThirdParty/3Di/LoadBalancer/TcpServer.cs') 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 { //MainLog.Instance.Verbose("TCPSERVER", "Processing body"); - // reading body + // reading body byte[] packet = new byte[state.header.numbytes]; state.ms_ptr.Position = current_pos + TcpClient.internalPacketHeaderSize; state.ms_ptr.Read(packet, 0, state.header.numbytes); -- cgit v1.1