diff options
author | Melanie Thielker | 2009-06-23 08:56:45 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-06-23 08:56:45 +0000 |
commit | 56d0966a320ddaf49a2c0c1048d88c2c003a36b9 (patch) | |
tree | 59ec1135a26eafc2932aa3a01a66a9fa2dddbbfa /OpenSim/Region | |
parent | Correct an uninitialized field in a packet. Thanks, jhurliman. (diff) | |
download | opensim-SC_OLD-56d0966a320ddaf49a2c0c1048d88c2c003a36b9.zip opensim-SC_OLD-56d0966a320ddaf49a2c0c1048d88c2c003a36b9.tar.gz opensim-SC_OLD-56d0966a320ddaf49a2c0c1048d88c2c003a36b9.tar.bz2 opensim-SC_OLD-56d0966a320ddaf49a2c0c1048d88c2c003a36b9.tar.xz |
Commenting out the jhurliman fix, since our libOMV doesnt' have those fields
yet.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 70e489c..1a43450 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -1245,11 +1245,11 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1245 | 1245 | ||
1246 | handshake.RegionInfo2.RegionID = regionInfo.RegionID; | 1246 | handshake.RegionInfo2.RegionID = regionInfo.RegionID; |
1247 | 1247 | ||
1248 | handshake.RegionInfo3.ColoName = Utils.EmptyBytes; | 1248 | // handshake.RegionInfo3.ColoName = Utils.EmptyBytes; |
1249 | handshake.RegionInfo3.CPUClassID = 0; | 1249 | // handshake.RegionInfo3.CPUClassID = 0; |
1250 | handshake.RegionInfo3.CPURatio = 0; | 1250 | // handshake.RegionInfo3.CPURatio = 0; |
1251 | handshake.RegionInfo3.ProductName = Utils.StringToBytes("OpenSim"); | 1251 | // handshake.RegionInfo3.ProductName = Utils.StringToBytes("OpenSim"); |
1252 | handshake.RegionInfo3.ProductSKU = Utils.EmptyBytes; | 1252 | // handshake.RegionInfo3.ProductSKU = Utils.EmptyBytes; |
1253 | 1253 | ||
1254 | OutPacket(handshake, ThrottleOutPacketType.Task); | 1254 | OutPacket(handshake, ThrottleOutPacketType.Task); |
1255 | } | 1255 | } |