mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
re-add a fix that got lost with a recent change
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114548 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2286,7 +2286,7 @@ static void ast_read_generator_actions(struct ast_channel *chan, struct ast_fram
|
||||
* 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) {
|
||||
|
||||
Reference in New Issue
Block a user