aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/serverauthentication.cpp
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-05-09 02:46:04 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-05-09 02:46:04 +0100
commit9ab7c43c34183915273cc8b5ccedd72568249b27 (patch)
tree6662f6f8d5a64bb86ec725faf48fe4c8cbe3eb70 /NorthstarDedicatedTest/serverauthentication.cpp
parent503d336e9e695a0518f90f727f4a2fe4569615e6 (diff)
downloadNorthstarLauncher-9ab7c43c34183915273cc8b5ccedd72568249b27.tar.gz
NorthstarLauncher-9ab7c43c34183915273cc8b5ccedd72568249b27.zip
fix debug crashes
Diffstat (limited to 'NorthstarDedicatedTest/serverauthentication.cpp')
-rw-r--r--NorthstarDedicatedTest/serverauthentication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/serverauthentication.cpp b/NorthstarDedicatedTest/serverauthentication.cpp
index b7360d2f..27db8bc9 100644
--- a/NorthstarDedicatedTest/serverauthentication.cpp
+++ b/NorthstarDedicatedTest/serverauthentication.cpp
@@ -121,7 +121,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)