[Asterisk-cvs] asterisk/channels chan_zap.c,1.199,1.200

markster at lists.digium.com markster at lists.digium.com
Sun Apr 4 16:43:15 CDT 2004


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

Modified Files:
	chan_zap.c 
Log Message:
Clear out delivery fields just in case


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- chan_zap.c	4 Apr 2004 02:02:15 -0000	1.199
+++ chan_zap.c	4 Apr 2004 20:43:07 -0000	1.200
@@ -3348,6 +3348,8 @@
 	p->subs[index].f.mallocd = 0;
 	p->subs[index].f.offset = 0;
 	p->subs[index].f.subclass = 0;
+	p->subs[index].f.delivery.tv_sec = 0;
+	p->subs[index].f.delivery.tv_usec = 0;
 	p->subs[index].f.src = "zt_exception";
 	p->subs[index].f.data = NULL;
 	
@@ -3462,6 +3464,8 @@
 	p->subs[index].f.mallocd = 0;
 	p->subs[index].f.offset = 0;
 	p->subs[index].f.subclass = 0;
+	p->subs[index].f.delivery.tv_sec = 0;
+	p->subs[index].f.delivery.tv_usec = 0;
 	p->subs[index].f.src = "zt_read";
 	p->subs[index].f.data = NULL;
 	




More information about the svn-commits mailing list