diff options
| -rw-r--r-- | src/base/QXmppStun.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/QXmppStun.cpp b/src/base/QXmppStun.cpp index 0fd49195..3b8a73d0 100644 --- a/src/base/QXmppStun.cpp +++ b/src/base/QXmppStun.cpp @@ -1105,6 +1105,7 @@ void QXmppStunTransaction::readStun(const QXmppStunMessage &response) if (response.messageClass() == QXmppStunMessage::Error || response.messageClass() == QXmppStunMessage::Response) { m_response = response; + m_retryTimer->stop(); emit finished(); } } |
