Schannel: fix compilation with QSSLSOCKET_DEBUG
Small leftover mistake Change-Id: I0cb55fe78a2666665a3c56b41200c127a42df0c2 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
parent
13ce568b76
commit
def3cad087
@ -1367,7 +1367,7 @@ bool TlsCryptographSchannel::verifyHandshake()
|
||||
|
||||
if (!checkSslErrors() || q->state() != QAbstractSocket::ConnectedState) {
|
||||
#ifdef QSSLSOCKET_DEBUG
|
||||
qCDebug(lcTlsBackend) << __func__ << "was unsuccessful. Paused:" << paused;
|
||||
qCDebug(lcTlsBackend) << __func__ << "was unsuccessful. Paused:" << d->isPaused();
|
||||
#endif
|
||||
// If we're paused then checkSslErrors returned false, but it's not an error
|
||||
return d->isPaused() && q->state() == QAbstractSocket::ConnectedState;
|
||||
|
Loading…
Reference in New Issue
Block a user