From c3f1c4da4f99e27a711aaf382e996354277a3e1f Mon Sep 17 00:00:00 2001 From: Ben Kramer <bkramer@voicetronix.com.au> Date: Tue, 19 Jul 2005 02:33:46 +0000 Subject: [PATCH] / fixed typo bug introduced in fix for bug #4504 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6156 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_vpb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_vpb.c b/channels/chan_vpb.c index 65a05723c5..6289629ebd 100755 --- a/channels/chan_vpb.c +++ b/channels/chan_vpb.c @@ -904,7 +904,7 @@ static inline int monitor_handle_owned(struct vpb_pvt *p, VPB_EVENT *e) } else if (e->data == VPB_GRUNT) { - if( ( ast_tvdiff_ms(ast_tvnow(), p->lastgrunt) > gruntdetect_timeout ) { + if ( ast_tvdiff_ms(ast_tvnow(), p->lastgrunt) > gruntdetect_timeout ) { /* Nothing heard on line for a very long time * Timeout connection */ if (option_verbose > 2) -- GitLab