bug fix
This commit is contained in:
parent
b434927457
commit
753f54229b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue