[zaptel-commits] russell: tag 1.4.9.2 r3910 - /tags/1.4.9.2/tonezone.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Thu Feb 28 13:00:03 CST 2008


Author: russell
Date: Thu Feb 28 13:00:03 2008
New Revision: 3910

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3910
Log:
Apply rev 3881 from branches/1.4 to fix DTMF generation

Modified:
    tags/1.4.9.2/tonezone.c

Modified: tags/1.4.9.2/tonezone.c
URL: http://svn.digium.com/view/zaptel/tags/1.4.9.2/tonezone.c?view=diff&rev=3910&r1=3909&r2=3910
==============================================================================
--- tags/1.4.9.2/tonezone.c (original)
+++ tags/1.4.9.2/tonezone.c Thu Feb 28 13:00:03 2008
@@ -318,6 +318,8 @@
 	int iopenedit = 1;
 	struct zt_tone_def_header *h;
 
+	memset(buf, 0, sizeof(buf));
+
 	h = ptr;
 	ptr += sizeof(*h);
 	space -= sizeof(*h);




More information about the zaptel-commits mailing list