Commit df01c030 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added (back) counter increment when sending packets. JM-1070

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8358 b35dd754-fafc-0310-a699-88a17e54d16e
parent 472821e5
...@@ -218,6 +218,9 @@ public class NIOConnection implements Connection { ...@@ -218,6 +218,9 @@ public class NIOConnection implements Connection {
// Message it will be stored offline // Message it will be stored offline
backupDeliverer.deliver(packet); backupDeliverer.deliver(packet);
} }
else {
session.incrementServerPacketCount();
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment