Skip to content
Snippets Groups Projects
Commit f98b2cfe authored by Sean Bright's avatar Sean Bright
Browse files

Speaking of building...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114644 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 08e674bc
No related branches found
No related tags found
No related merge requests found
...@@ -874,7 +874,7 @@ static char *cli_console_hangup(struct ast_cli_entry *e, int cmd, struct ast_cli ...@@ -874,7 +874,7 @@ static char *cli_console_hangup(struct ast_cli_entry *e, int cmd, struct ast_cli
pvt->hookstate = 0; pvt->hookstate = 0;
if (pvt->owner) if (pvt->owner)
ast_queue_hangup(pvt->owner); ast_queue_hangup(pvt->owner, -1);
unref_pvt(pvt); unref_pvt(pvt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment