1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-29 23:14:52 +02:00

SMACK-412 Fixed merge error.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_3_0@13589 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
rcollier 2013-03-23 13:27:55 +00:00
parent a14178990b
commit b0bdd56b20

View file

@ -163,7 +163,7 @@ class PacketWriter {
Packet packet = nextPacket();
if (packet != null) {
writer.write(packet.toXML());
writer.flush();
if (queue.isEmpty()) {
writer.flush();
}