diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-20 14:19:04 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-20 14:19:04 +0200 |
| commit | bb57b2c07f92acc8a1c91ce70a6dfa51ccff1f4e (patch) | |
| tree | 9f73ea3df510fcea03224ade3047a2ea7957ea10 /src/client/QXmppOutgoingClient.cpp | |
| parent | 8377415d954fde92a10dfd2a428b724ef4e7991d (diff) | |
remove gratuitous toLatin1()
Diffstat (limited to 'src/client/QXmppOutgoingClient.cpp')
| -rw-r--r-- | src/client/QXmppOutgoingClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/QXmppOutgoingClient.cpp b/src/client/QXmppOutgoingClient.cpp index 71d81d3a..07c26938 100644 --- a/src/client/QXmppOutgoingClient.cpp +++ b/src/client/QXmppOutgoingClient.cpp @@ -384,7 +384,7 @@ void QXmppOutgoingClient::handleStanza(const QDomElement &nodeRecv) disconnectFromHost(); return; } - sendPacket(QXmppSaslAuth(d->saslClient->mechanism().toLatin1(), response)); + sendPacket(QXmppSaslAuth(d->saslClient->mechanism(), response)); } // check whether bind is available |
