From 60aa7e421e943ed955ea07d8ef64eeb7a5c50052 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Sat, 7 Apr 2012 16:01:30 -0700 Subject: [PATCH] Swap the IP address returned by AuthSrv. --- Sources/Plasma/PubUtilLib/plNetGameLib/Private/plNglAuth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Plasma/PubUtilLib/plNetGameLib/Private/plNglAuth.cpp b/Sources/Plasma/PubUtilLib/plNetGameLib/Private/plNglAuth.cpp index 4b8c51e7..684b48c4 100644 --- a/Sources/Plasma/PubUtilLib/plNetGameLib/Private/plNglAuth.cpp +++ b/Sources/Plasma/PubUtilLib/plNetGameLib/Private/plNglAuth.cpp @@ -2754,7 +2754,7 @@ bool AgeRequestTrans::Send () { //============================================================================ void AgeRequestTrans::Post () { plNetAddress addr; - addr.SetHost(m_gameSrvNode); + addr.SetHost(htonl(m_gameSrvNode)); m_callback( m_result,