mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-31 10:46:27 +00:00
ftmod_zt rc has changed to result
This commit is contained in:
parent
1c1df1f772
commit
05d1fd2a66
@ -896,7 +896,7 @@ pollagain:
|
|||||||
result = poll(pfds, 1, to);
|
result = poll(pfds, 1, to);
|
||||||
*flags = 0;
|
*flags = 0;
|
||||||
|
|
||||||
if (rc < 0 && errno == EINTR) {
|
if result < 0 && errno == EINTR) {
|
||||||
ftdm_log_chan_msg(ftdmchan, FTDM_LOG_DEBUG, "DAHDI wait got interrupted, trying again\n");
|
ftdm_log_chan_msg(ftdmchan, FTDM_LOG_DEBUG, "DAHDI wait got interrupted, trying again\n");
|
||||||
goto pollagain;
|
goto pollagain;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user