dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@107103 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2008-03-10 17:13:34 +00:00
parent 961c14b7a6
commit 5f981f0c5f
1 changed files with 1 additions and 1 deletions

View File

@ -1705,7 +1705,7 @@ static int generator_force(const void *data)
/* Called if generator doesn't have data */
void *tmp;
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;
ast_channel_lock(chan);