diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/net/simpleAuthenticator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/simpleAuthenticator.cpp b/src/net/simpleAuthenticator.cpp index 1b6db7b4..af125f77 100644 --- a/src/net/simpleAuthenticator.cpp +++ b/src/net/simpleAuthenticator.cpp @@ -35,7 +35,7 @@ simpleAuthenticator::simpleAuthenticator(const string& username, const string& p } -const authenticationInfos simpleAuthenticator::getAuthInfos() const +const authenticationInfos simpleAuthenticator::requestAuthInfos() const { return (authenticationInfos(m_username, m_password)); } |