aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-12 19:25:50 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-12 19:25:50 +0000
commit8b28be62cc42de78cb98cd401514702297f29ae0 (patch)
treee46a96ab12cf53cdcbac95c1382fc431814036ea /channels
parentc0ad9d9ee14ac7b88c649b705969ec90307a54b3 (diff)
repeat after me ...
I WILL TYPE "make" BEFORE COMMITTING ANY CODE git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37475 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index c21846f25..91aaef100 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -3150,7 +3150,7 @@ static int sip_hangup(struct ast_channel *ast)
struct sip_pvt *p = ast->tech_pvt;
int needcancel = FALSE;
struct ast_flags locflags = {0};
- struct ast_channel oldowner = ast;
+ struct ast_channel *oldowner = ast;
if (!p) {
ast_log(LOG_DEBUG, "Asked to hangup channel that was not connected\n");