From efd103c28406c4dd3a78ce4d7849e86ea7e96e9a Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sun, 27 Dec 2020 18:47:23 +0100 Subject: Fix empty incoming XML log introduced in 6dce271 --- src/base/QXmppStream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base') diff --git a/src/base/QXmppStream.cpp b/src/base/QXmppStream.cpp index e90bd4a3..845c449a 100644 --- a/src/base/QXmppStream.cpp +++ b/src/base/QXmppStream.cpp @@ -297,8 +297,8 @@ void QXmppStream::processData(const QString &data) // // Success: We can clear the buffer and send a 'received' log message // - d->dataBuffer.clear(); logReceived(d->dataBuffer); + d->dataBuffer.clear(); // process stream start if (hasStreamOpen) { -- cgit v1.2.3