Fixing compiler errors.

This commit is contained in:
lotodore
2009-04-05 11:34:40 +00:00
parent 009249e41a
commit 59a6b35dd1
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -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)