[asterisk-commits] russell: trunk r114548 - /trunk/main/channel.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Apr 22 15:25:56 CDT 2008
Author: russell
Date: Tue Apr 22 15:25:56 2008
New Revision: 114548
URL: http://svn.digium.com/view/asterisk?view=rev&rev=114548
Log:
re-add a fix that got lost with a recent change
Modified:
trunk/main/channel.c
Modified: trunk/main/channel.c
URL: http://svn.digium.com/view/asterisk/trunk/main/channel.c?view=diff&rev=114548&r1=114547&r2=114548
==============================================================================
--- trunk/main/channel.c (original)
+++ trunk/main/channel.c Tue Apr 22 15:25:56 2008
@@ -2286,7 +2286,7 @@
* avoidance not to work in deeper functions
*/
ast_channel_unlock(chan);
- res = generate(chan, tmp, f->datalen, f->samples);
+ res = generate(chan, tmp, f->datalen, samples);
ast_channel_lock(chan);
chan->generatordata = tmp;
if (res) {
More information about the asterisk-commits
mailing list