diff options
author | Jeff Ames | 2008-10-12 03:16:49 +0000 |
---|---|---|
committer | Jeff Ames | 2008-10-12 03:16:49 +0000 |
commit | fdec8390c15ceddb56002d4d8daa2411d2e42fb7 (patch) | |
tree | 2b4e4a4966096a611aac3cf4fb37acd32a242945 /OpenSim/Framework/PacketPool.cs | |
parent | Add one more check for key presence (diff) | |
download | opensim-SC-fdec8390c15ceddb56002d4d8daa2411d2e42fb7.zip opensim-SC-fdec8390c15ceddb56002d4d8daa2411d2e42fb7.tar.gz opensim-SC-fdec8390c15ceddb56002d4d8daa2411d2e42fb7.tar.bz2 opensim-SC-fdec8390c15ceddb56002d4d8daa2411d2e42fb7.tar.xz |
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/Framework/PacketPool.cs')
-rw-r--r-- | OpenSim/Framework/PacketPool.cs | 4 |
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: |