summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-10-04 20:34:36 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-10-04 20:34:36 +0000
commitfa1247f83f946b81e23f3c9a623f07133e4c1384 (patch)
tree90de071da67233a245f6420852a1edd0590f7b40
parentc51a9ce1f20e32c41ce7beefc67c204cd6bc0468 (diff)
correct typo
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@789 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xzaptel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zaptel.c b/zaptel.c
index 1a79860..c1a3248 100755
--- a/zaptel.c
+++ b/zaptel.c
@@ -5247,7 +5247,7 @@ static void __zt_hooksig_pvt(struct zt_chan *chan, zt_rxsig_t rxsig)
} else if (rxsig == ZT_RXSIG_OFFHOOK) {
if (chan->itimer) {
/* did the offhook occur in the window? if not, ignore both events */
- if (chan->itimer <= ((ZT_FXSFLASHMAXTIME - ZTFXSFLASHMINTIME) * ZT_CHUNKSIZE))
+ if (chan->itimer <= ((ZT_FXSFLASHMAXTIME - ZT_FXSFLASHMINTIME) * ZT_CHUNKSIZE))
__qevent(chan, ZT_EVENT_WINKFLASH);
}
chan->itimer = 0;