aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_vpb.c
diff options
context:
space:
mode:
authorbkramer <bkramer@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-19 02:33:46 +0000
committerbkramer <bkramer@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-19 02:33:46 +0000
commit527421b3d66895e8065af96f652a43fbbb98d4e3 (patch)
tree5607387eaa3ab26aff3d27ae4e37dff22fa19cfe /channels/chan_vpb.c
parent3d51126059ed24cbe84f20d15d30e647e64d1715 (diff)
/ fixed typo bug introduced in fix for bug #4504
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6156 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_vpb.c')
-rwxr-xr-xchannels/chan_vpb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_vpb.c b/channels/chan_vpb.c
index 65a05723c..6289629eb 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)