2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-13 18:17:49 -04:00

Swap the IP address returned by AuthSrv.

This commit is contained in:
Darryl Pogue
2012-04-07 16:01:30 -07:00
parent 863247f0dd
commit 60aa7e421e

View File

@ -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,