diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-09-08 00:16:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 23:16:19 +0100 |
commit | 4d6452865eb3e2b2abec3f5afe9de66ca7f1855b (patch) | |
tree | 3c43092b76ea352ca35d3e760439cbfbda0ae410 /NorthstarDLL/serverauthentication.cpp | |
parent | 7aa2008ea5a38f66a0b25bb23fa35db6fc2d1d16 (diff) | |
download | NorthstarLauncher-4d6452865eb3e2b2abec3f5afe9de66ca7f1855b.tar.gz NorthstarLauncher-4d6452865eb3e2b2abec3f5afe9de66ca7f1855b.zip |
Rename some members of MasterServerManager (#266)
This is basically 9ab7c43c34183915273cc8b5ccedd72568249b27 from refactor but without the debug build crash fix as that was introduced in a commit in refactor not present on main
Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
Diffstat (limited to 'NorthstarDLL/serverauthentication.cpp')
-rw-r--r-- | NorthstarDLL/serverauthentication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/serverauthentication.cpp b/NorthstarDLL/serverauthentication.cpp index 9fc41372..bff19197 100644 --- a/NorthstarDLL/serverauthentication.cpp +++ b/NorthstarDLL/serverauthentication.cpp @@ -123,7 +123,7 @@ void ServerAuthenticationManager::StartPlayerAuthServer() if (!request.has_param("id") || !request.has_param("authToken") || request.body.size() >= 65335 || !request.has_param("serverAuthToken") || strcmp( - g_MasterServerManager->m_ownServerAuthToken, + g_MasterServerManager->m_sOwnServerAuthToken, request.get_param_value("serverAuthToken") .c_str())) // || !resolvedRemoteAddr || ((in_addr**)resolvedRemoteAddr->h_addr_list)[0]->S_un.S_addr != // remoteAddr) |