summaryrefslogtreecommitdiff
path: root/channel.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-03-31 19:07:27 +0000
committerMark Spencer <markster@digium.com>2005-03-31 19:07:27 +0000
commitb6fd23d96602e77c3cd9ce0822358cda7a00e077 (patch)
tree2a1f99f2858ce19c956300bb929689a967b85c87 /channel.c
parentc318a06f14cd44b10c0707ba9f7060da77d385b9 (diff)
Fix build without zaptel (bug #3901)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5320 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index 64b8184aa..e621aec5e 100755
--- a/channel.c
+++ b/channel.c
@@ -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 =
{