Skip to content
Snippets Groups Projects
Commit 4316a871 authored by Russell Bryant's avatar Russell Bryant
Browse files

repeat after me ...

I WILL TYPE "make" BEFORE COMMITTING ANY CODE


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37475 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 8cd5ad17
Branches
Tags
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment