From f2d4229a88bd9468cff24ecdd888a2e0f2c96da3 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Fri, 22 Apr 2011 17:33:54 +0000 Subject: [PATCH] bug fix --- src/serverlist.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/serverlist.cpp b/src/serverlist.cpp index c0e9ff03..fcb0a8a9 100755 --- a/src/serverlist.cpp +++ b/src/serverlist.cpp @@ -182,6 +182,7 @@ void CServerListManager::RegisterServer ( const CHostAddress& InetAddr, else { // update all data and call update registration function + ServerList[iSelIdx].HostAddr = InetAddr; // because of port number ServerList[iSelIdx].strName = ServerInfo.strName; ServerList[iSelIdx].strTopic = ServerInfo.strTopic; ServerList[iSelIdx].eCountry = ServerInfo.eCountry;