diff options
author | dahlia | 2013-04-17 23:14:28 -0700 |
---|---|---|
committer | dahlia | 2013-04-17 23:14:28 -0700 |
commit | 7c839f176fab8166d4787ddbdffdda5f8d9e55ca (patch) | |
tree | 5f59e1df4f3c4ebfcb9d87757b4af395ad4324b3 /OpenSim/Region/ClientStack/Linden | |
parent | Thanks lkalif for a fix to SendRegionHandshake() which fixes a potential cras... (diff) | |
download | opensim-SC_OLD-7c839f176fab8166d4787ddbdffdda5f8d9e55ca.zip opensim-SC_OLD-7c839f176fab8166d4787ddbdffdda5f8d9e55ca.tar.gz opensim-SC_OLD-7c839f176fab8166d4787ddbdffdda5f8d9e55ca.tar.bz2 opensim-SC_OLD-7c839f176fab8166d4787ddbdffdda5f8d9e55ca.tar.xz |
amend previous commit, a line was left out
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 02b326e..1609012 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -793,6 +793,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
793 | handshake.RegionInfo3.ProductSKU = Utils.EmptyBytes; | 793 | handshake.RegionInfo3.ProductSKU = Utils.EmptyBytes; |
794 | 794 | ||
795 | handshake.RegionInfo4 = new RegionHandshakePacket.RegionInfo4Block[1]; | 795 | handshake.RegionInfo4 = new RegionHandshakePacket.RegionInfo4Block[1]; |
796 | handshake.RegionInfo4[0] = new RegionHandshakePacket.RegionInfo4Block(); | ||
796 | handshake.RegionInfo4[0].RegionFlagsExtended = args.regionFlags; | 797 | handshake.RegionInfo4[0].RegionFlagsExtended = args.regionFlags; |
797 | handshake.RegionInfo4[0].RegionProtocols = 0; // 1 here would indicate that SSB is supported | 798 | handshake.RegionInfo4[0].RegionProtocols = 0; // 1 here would indicate that SSB is supported |
798 | 799 | ||