summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qauthenticator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/kernel/qauthenticator.cpp')
-rw-r--r--src/network/kernel/qauthenticator.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/kernel/qauthenticator.cpp b/src/network/kernel/qauthenticator.cpp
index c1df4571d3..9d3159407a 100644
--- a/src/network/kernel/qauthenticator.cpp
+++ b/src/network/kernel/qauthenticator.cpp
@@ -339,12 +339,12 @@ public:
QAuthenticatorPrivate::QAuthenticatorPrivate()
: method(None)
+ #ifdef Q_OS_WIN
+ , ntlmWindowsHandles(0)
+ #endif
, hasFailed(false)
, phase(Start)
, nonceCount(0)
-#ifdef Q_OS_WIN32
- , ntlmWindowsHandles(0)
-#endif
{
cnonce = QCryptographicHash::hash(QByteArray::number(qrand(), 16) + QByteArray::number(qrand(), 16),
QCryptographicHash::Md5).toHex();