summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorBen Kramer <bkramer@voicetronix.com.au>2005-07-19 02:33:46 +0000
committerBen Kramer <bkramer@voicetronix.com.au>2005-07-19 02:33:46 +0000
commitc3f1c4da4f99e27a711aaf382e996354277a3e1f (patch)
tree5607387eaa3ab26aff3d27ae4e37dff22fa19cfe /channels
parent088da8a0abfe925d4508a4a71bb6643605ce00a3 (diff)
/ 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
Diffstat (limited to 'channels')
-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)