ftmod_zt typo ...
This commit is contained in:
parent
05d1fd2a66
commit
5d28a8fa05
|
@ -896,7 +896,7 @@ pollagain:
|
||||||
result = poll(pfds, 1, to);
|
result = poll(pfds, 1, to);
|
||||||
*flags = 0;
|
*flags = 0;
|
||||||
|
|
||||||
if result < 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…
Reference in New Issue