1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 09:32:34 +00:00

windows t31 tweak

This commit is contained in:
Jeff Lenk 2011-12-11 21:07:17 -06:00
parent 024cb60d21
commit d8a7db2d8a

@ -1212,6 +1212,9 @@ static int modem_wait_sock(modem_t *modem, int ms, modem_poll_t flags)
}
}
}
else {
ret = MODEM_POLL_READ;
}
CloseHandle (o.hEvent);
return ret;