From: cypromis Date: Wed, 17 Nov 2010 16:15:30 +0000 (+0100) Subject: ftmod_zt typo ... X-Git-Tag: v1.2-rc1~265^2~4^2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d28a8fa057d948464588226598e94f2c905d20f;p=thirdparty%2Ffreeswitch.git ftmod_zt typo ... --- diff --git a/libs/freetdm/src/ftmod/ftmod_zt/ftmod_zt.c b/libs/freetdm/src/ftmod/ftmod_zt/ftmod_zt.c index 06c48da78a..9247edc72e 100644 --- a/libs/freetdm/src/ftmod/ftmod_zt/ftmod_zt.c +++ b/libs/freetdm/src/ftmod/ftmod_zt/ftmod_zt.c @@ -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; }