From: BJ Weschke Date: Tue, 17 Jan 2006 18:31:03 +0000 (+0000) Subject: Fix compiler warning. X-Git-Tag: 1.4.0-beta1~2912 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=242a478023ec38c6ecb5fe0d583accbdfb5b38c2;p=thirdparty%2Fasterisk.git Fix compiler warning. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8135 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_local.c b/channels/chan_local.c index 612e28c8b2..d8838d4875 100644 --- a/channels/chan_local.c +++ b/channels/chan_local.c @@ -390,7 +390,7 @@ static int local_hangup(struct ast_channel *ast) struct local_pvt *cur, *prev=NULL; struct ast_channel *ochan = NULL; int glaredetect; - char *status; + const char *status; ast_mutex_lock(&p->lock); isoutbound = IS_OUTBOUND(ast, p);