aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/PacketPool.cs
diff options
context:
space:
mode:
authorJeff Ames2008-10-12 03:16:49 +0000
committerJeff Ames2008-10-12 03:16:49 +0000
commitfdec8390c15ceddb56002d4d8daa2411d2e42fb7 (patch)
tree2b4e4a4966096a611aac3cf4fb37acd32a242945 /OpenSim/Framework/PacketPool.cs
parentAdd one more check for key presence (diff)
downloadopensim-SC_OLD-fdec8390c15ceddb56002d4d8daa2411d2e42fb7.zip
opensim-SC_OLD-fdec8390c15ceddb56002d4d8daa2411d2e42fb7.tar.gz
opensim-SC_OLD-fdec8390c15ceddb56002d4d8daa2411d2e42fb7.tar.bz2
opensim-SC_OLD-fdec8390c15ceddb56002d4d8daa2411d2e42fb7.tar.xz
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/Framework/PacketPool.cs')
-rw-r--r--OpenSim/Framework/PacketPool.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/PacketPool.cs b/OpenSim/Framework/PacketPool.cs
index 1b486aa..807403e 100644
--- a/OpenSim/Framework/PacketPool.cs
+++ b/OpenSim/Framework/PacketPool.cs
@@ -131,10 +131,10 @@ namespace OpenSim.Framework
131 /// <param name="packet"></param> 131 /// <param name="packet"></param>
132 public void ReturnPacket(Packet packet) 132 public void ReturnPacket(Packet packet)
133 { 133 {
134 if(!packetPoolEnabled) 134 if (!packetPoolEnabled)
135 return; 135 return;
136 136
137 switch(packet.Type) 137 switch (packet.Type)
138 { 138 {
139 // List pooling packets here 139 // List pooling packets here
140 case PacketType.PacketAck: 140 case PacketType.PacketAck: