Fixing compiler errors.
This commit is contained in:
@@ -978,7 +978,7 @@ ClientThread::ClearServerInfoMap()
|
||||
void
|
||||
ClientThread::UseServer(unsigned serverId)
|
||||
{
|
||||
ClientContext &context = client.GetContext();
|
||||
ClientContext &context = GetContext();
|
||||
ServerInfo useInfo(GetServerInfo(serverId));
|
||||
|
||||
if (context.GetAddrFamily() == AF_INET6)
|
||||
|
||||
Reference in New Issue
Block a user