[Asterisk-cvs] asterisk indications.c,1.11,1.12

markster at lists.digium.com markster at lists.digium.com
Sun Mar 21 02:39:54 CST 2004


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

Modified Files:
	indications.c 
Log Message:
Take out unnecessary setting of delivery times.


Index: indications.c
===================================================================
RCS file: /usr/cvsroot/asterisk/indications.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- indications.c	20 Mar 2004 23:31:40 -0000	1.11
+++ indications.c	21 Mar 2004 07:35:40 -0000	1.12
@@ -123,8 +123,6 @@
 	ps->f.samples = samples;
 	ps->f.offset = AST_FRIENDLY_OFFSET;
 	ps->f.data = ps->data;
-	ps->f.delivery.tv_sec = 0;
-	ps->f.delivery.tv_usec = 0;
 	ast_write(chan, &ps->f);
 
 	ps->pos += x;




More information about the svn-commits mailing list