aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_console.c
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-25 13:56:05 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-25 13:56:05 +0000
commit74b41cd28800fbb640fe59e40ab1169596a7cf0d (patch)
tree5ee4c9ae6659028d65445d8d1004b9726f960125 /channels/chan_console.c
parent94979a8bde5da5087e67261a4ff435aaff6188e4 (diff)
Speaking of building...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114644 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_console.c')
-rw-r--r--channels/chan_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_console.c b/channels/chan_console.c
index 0fe3cbef4..4c8576db5 100644
--- a/channels/chan_console.c
+++ b/channels/chan_console.c
@@ -874,7 +874,7 @@ static char *cli_console_hangup(struct ast_cli_entry *e, int cmd, struct ast_cli
pvt->hookstate = 0;
if (pvt->owner)
- ast_queue_hangup(pvt->owner);
+ ast_queue_hangup(pvt->owner, -1);
unref_pvt(pvt);