diff options
author | Justin Clark-Casey (justincc) | 2010-08-23 22:24:23 +0100 |
---|---|---|
committer | Diva Canto | 2010-08-24 17:21:56 -0700 |
commit | 7e0a0656a44a183b1381aeb8cd876620fcfb709e (patch) | |
tree | 6e87e7f2c4b573b9ab17a0c33cad2334c2ff69cd /OpenSim/Region/ClientStack | |
parent | Don't allow oversized search reply packets (diff) | |
download | opensim-SC_OLD-7e0a0656a44a183b1381aeb8cd876620fcfb709e.zip opensim-SC_OLD-7e0a0656a44a183b1381aeb8cd876620fcfb709e.tar.gz opensim-SC_OLD-7e0a0656a44a183b1381aeb8cd876620fcfb709e.tar.bz2 opensim-SC_OLD-7e0a0656a44a183b1381aeb8cd876620fcfb709e.tar.xz |
Remove various warnings and improve logging messages. No functional changes.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index bb5bfc4..a243db1 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -2706,7 +2706,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
2706 | DirPlacesReplyPacket.StatusDataBlock[] status = | 2706 | DirPlacesReplyPacket.StatusDataBlock[] status = |
2707 | new DirPlacesReplyPacket.StatusDataBlock[0]; | 2707 | new DirPlacesReplyPacket.StatusDataBlock[0]; |
2708 | 2708 | ||
2709 | int i = 0; | ||
2710 | foreach (DirPlacesReplyData d in data) | 2709 | foreach (DirPlacesReplyData d in data) |
2711 | { | 2710 | { |
2712 | int idx = replies.Length; | 2711 | int idx = replies.Length; |
@@ -2742,7 +2741,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
2742 | 2741 | ||
2743 | replies = new DirPlacesReplyPacket.QueryRepliesBlock[0]; | 2742 | replies = new DirPlacesReplyPacket.QueryRepliesBlock[0]; |
2744 | status = new DirPlacesReplyPacket.StatusDataBlock[0]; | 2743 | status = new DirPlacesReplyPacket.StatusDataBlock[0]; |
2745 | |||
2746 | } | 2744 | } |
2747 | } | 2745 | } |
2748 | 2746 | ||