(Auto)update libjingle 63493960-> 63503990
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5743 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
062e6e539f
commit
5e83c65aee
@ -1589,7 +1589,7 @@ bool PhysicalSocketServer::Wait(int cmsWait, bool process_io) {
|
||||
if (dw == WSA_WAIT_FAILED) {
|
||||
// Failed?
|
||||
// TODO: need a better strategy than this!
|
||||
int error = WSAGetLastError();
|
||||
WSAGetLastError();
|
||||
ASSERT(false);
|
||||
return false;
|
||||
} else if (dw == WSA_WAIT_TIMEOUT) {
|
||||
|
Loading…
Reference in New Issue
Block a user