diff options
Diffstat (limited to 'src/network/kernel/qauthenticator_p.h')
-rw-r--r-- | src/network/kernel/qauthenticator_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/kernel/qauthenticator_p.h b/src/network/kernel/qauthenticator_p.h index 1096601..4e09360 100644 --- a/src/network/kernel/qauthenticator_p.h +++ b/src/network/kernel/qauthenticator_p.h @@ -91,6 +91,7 @@ public: // ntlm specific QString workstation; + QString userDomain; QByteArray calculateResponse(const QByteArray &method, const QByteArray &path); |