mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
Merged revisions 107103 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r107103 | russell | 2008-03-10 12:13:34 -0500 (Mon, 10 Mar 2008) | 10 lines Merged revisions 107102 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r107102 | russell | 2008-03-10 12:13:17 -0500 (Mon, 10 Mar 2008) | 2 lines Resolve a compiler warning. ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@107104 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1705,7 +1705,7 @@ static int generator_force(const void *data)
|
|||||||
/* Called if generator doesn't have data */
|
/* Called if generator doesn't have data */
|
||||||
void *tmp;
|
void *tmp;
|
||||||
int res;
|
int res;
|
||||||
int (*generate)(struct ast_channel *chan, void *tmp, int datalen, int samples);
|
int (*generate)(struct ast_channel *chan, void *tmp, int datalen, int samples) = NULL;
|
||||||
struct ast_channel *chan = (struct ast_channel *)data;
|
struct ast_channel *chan = (struct ast_channel *)data;
|
||||||
|
|
||||||
ast_channel_lock(chan);
|
ast_channel_lock(chan);
|
||||||
|
|||||||
Reference in New Issue
Block a user