projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
540175d
)
Fix compiler warning.
author
BJ Weschke
<bweschke@btwtech.com>
Tue, 17 Jan 2006 18:31:03 +0000
(18:31 +0000)
committer
BJ Weschke
<bweschke@btwtech.com>
Tue, 17 Jan 2006 18:31:03 +0000
(18:31 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8135
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_local.c
patch
|
blob
|
history
diff --git
a/channels/chan_local.c
b/channels/chan_local.c
index
612e28c
..
d8838d4
100644
(file)
--- 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);