[Asterisk-cvs] asterisk/channels chan_vpb.c,1.90,1.91

bkramer at lists.digium.com bkramer at lists.digium.com
Mon Jul 18 22:26:19 CDT 2005


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv13316/channels

Modified Files:
	chan_vpb.c 
Log Message:
/ fixed typo bug introduced in fix for bug #4504


Index: chan_vpb.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_vpb.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- chan_vpb.c	15 Jul 2005 23:00:46 -0000	1.90
+++ chan_vpb.c	19 Jul 2005 02:33:46 -0000	1.91
@@ -904,7 +904,7 @@
 
 			} 
 			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) 




More information about the svn-commits mailing list