This commit is contained in:
Volker Fischer 2011-04-22 07:05:52 +00:00
parent b434927457
commit 753f54229b

View File

@ -225,8 +225,8 @@ void CServerListManager::QueryServerList ( const CHostAddress& InetAddr )
// port number
if ( vecServerInfo[iIdx].HostAddr.InetAddr == InetAddr.InetAddr )
{
vecServerInfo[iIdx].HostAddr.InetAddr.
setAddress ( QHostAddress::LocalHost );
vecServerInfo[iIdx].HostAddr.InetAddr =
QHostAddress ( QHostAddress::LocalHost );
vecServerInfo[iIdx].HostAddr.iPort = LLCON_DEFAULT_PORT_NUMBER;
}