mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
ftmod_zt typo ...
This commit is contained in:
parent
05d1fd2a66
commit
5d28a8fa05
@ -896,7 +896,7 @@ pollagain:
|
||||
result = poll(pfds, 1, to);
|
||||
*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");
|
||||
goto pollagain;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user