Fix build without zaptel (bug #3901)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5320 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Mark Spencer 20 years ago
parent c318a06f14
commit b6fd23d966

@ -1282,11 +1282,11 @@ struct ast_frame *ast_read(struct ast_channel *chan)
{
struct ast_frame *f = NULL;
int blah;
int prestate;
#ifdef ZAPTEL_OPTIMIZATIONS
int (*func)(void *);
void *data;
int res;
int prestate;
#endif
static struct ast_frame null_frame =
{

Loading…
Cancel
Save