dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
russell 2006-07-12 19:25:50 +00:00
parent c0ad9d9ee1
commit 8b28be62cc
1 changed files with 1 additions and 1 deletions

View File

@ -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");