diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-07-16 12:23:26 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-07-16 12:23:26 +0200 |
commit | ad247735fdd28f9dec6c8e86507bc7e75e50e448 (patch) | |
tree | 1cd5c5b630c114f743b1106f537af1bc5685166a /src/Protocol/Authenticator.h | |
parent | Unified functions (diff) | |
download | cuberite-ad247735fdd28f9dec6c8e86507bc7e75e50e448.tar cuberite-ad247735fdd28f9dec6c8e86507bc7e75e50e448.tar.gz cuberite-ad247735fdd28f9dec6c8e86507bc7e75e50e448.tar.bz2 cuberite-ad247735fdd28f9dec6c8e86507bc7e75e50e448.tar.lz cuberite-ad247735fdd28f9dec6c8e86507bc7e75e50e448.tar.xz cuberite-ad247735fdd28f9dec6c8e86507bc7e75e50e448.tar.zst cuberite-ad247735fdd28f9dec6c8e86507bc7e75e50e448.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/Authenticator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Authenticator.h b/src/Protocol/Authenticator.h index 9c2405315..244d94c0b 100644 --- a/src/Protocol/Authenticator.h +++ b/src/Protocol/Authenticator.h @@ -85,7 +85,7 @@ private: virtual void Execute(void) override; /** Connects to a hostname using SSL, sends given data, and sets the response, returning whether all was successful or not */ - bool ConnectSecurelyToAddress(const AString & a_CACerts, const AString & a_ExpectedPeerName, const AString & a_Request, AString & a_Response); + bool SecureGetFromAddress(const AString & a_CACerts, const AString & a_ExpectedPeerName, const AString & a_Request, AString & a_Response); /** Returns true if the user authenticated okay, false on error Sets the username, UUID, and properties (i.e. skin) fields |