Review URL: http://webrtc-codereview.appspot.com/97002
git-svn-id: http://webrtc.googlecode.com/svn/trunk@291 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
56f4eb2b28
commit
df11c11cf2
@ -257,7 +257,6 @@ bool UdpSocketManagerPosixImpl::Process()
|
||||
unsigned int maxFd = 0;
|
||||
for (it = _socketMap.First(); it != NULL; it=_socketMap.Next(it))
|
||||
{
|
||||
UdpSocketPosix* s = static_cast<UdpSocketPosix*>(it->GetItem());
|
||||
doSelect = true;
|
||||
maxFd = maxFd > it->GetUnsignedId() ? maxFd : it->GetUnsignedId();
|
||||
FD_SET(it->GetUnsignedId(), &_readFds);
|
||||
|
Loading…
x
Reference in New Issue
Block a user