aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-09-20 19:05:00 +0000
committerJustin Clarke Casey2008-09-20 19:05:00 +0000
commit23ea8f5221d35aad9b80edf72343b0adb2a15ddc (patch)
tree37ef7a39de9786bf970c042b1e9b31832e38b410 /OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs
parentFix up some ScriptBase details (diff)
downloadopensim-SC_OLD-23ea8f5221d35aad9b80edf72343b0adb2a15ddc.zip
opensim-SC_OLD-23ea8f5221d35aad9b80edf72343b0adb2a15ddc.tar.gz
opensim-SC_OLD-23ea8f5221d35aad9b80edf72343b0adb2a15ddc.tar.bz2
opensim-SC_OLD-23ea8f5221d35aad9b80edf72343b0adb2a15ddc.tar.xz
* refactor: remove unnecessary packet null check in LLClientView
* if a packet was really null it would be caught by the general exception handler at the top of the client thread, which would also provide more information and attempt a clean shutdown
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs
index 1e369ec..32b4bc1 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs
@@ -135,7 +135,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
135 135
136 /* STANDARD QUEUE MANIPULATION INTERFACES */ 136 /* STANDARD QUEUE MANIPULATION INTERFACES */
137 137
138
139 public void Enqueue(LLQueItem item) 138 public void Enqueue(LLQueItem item)
140 { 139 {
141 if (!m_enabled) 140 if (!m_enabled)