aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-31 19:07:27 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-31 19:07:27 +0000
commit6dd95a6ab9595ff3653aaac0e4a85d1ebf81485f (patch)
tree2a1f99f2858ce19c956300bb929689a967b85c87 /channel.c
parent998a41aadabc26fc01a7a3cba829f3f543093a2c (diff)
Fix build without zaptel (bug #3901)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5320 f38db490-d61c-443f-a65b-d21fe96a405b
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 =
{