]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
ftmod_zt typo ...
authorcypromis <michal.bielicki@seventhsignal.de>
Wed, 17 Nov 2010 16:15:30 +0000 (17:15 +0100)
committercypromis <michal.bielicki@seventhsignal.de>
Wed, 17 Nov 2010 16:15:30 +0000 (17:15 +0100)
libs/freetdm/src/ftmod/ftmod_zt/ftmod_zt.c

index 06c48da78aa5290e8a93fcff735d12327d1f2ce9..9247edc72e6ebf291f1d1b059e9c94f2b6d3ceb5 100644 (file)
@@ -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;
        }