small fix

This commit is contained in:
Volker Fischer 2011-04-20 22:53:13 +00:00
parent 2c6f4e9c4d
commit 899d11fa4b

View File

@ -171,7 +171,9 @@ void CConnectDlg::SetServerList ( const CHostAddress& InetAddr,
CurHostAddress.toString() );
}
// start the ping timer since the server list is filled now
// immediately issue the ping measurements and start the ping timer since
// the server list is filled now
OnTimerPing();
TimerPing.start ( PING_UPDATE_TIME_SERVER_LIST_MS );
}