summaryrefslogtreecommitdiff
path: root/main/channel.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-06-09 16:53:26 +0000
committerRussell Bryant <russell@russellbryant.com>2008-06-09 16:53:26 +0000
commit85a631f767d0af297945551909007b781dbae55b (patch)
treea9553e1b63d0774c5dfcde8bd25a4d800c54f6f7 /main/channel.c
parent0bee0c65b2d589ee6a1e88a1b0bdf415b5d80652 (diff)
arbitrary formatting change to test a mantis change
(closes issue #12824) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@121285 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/channel.c')
-rw-r--r--main/channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/channel.c b/main/channel.c
index ea6e6183a..cb1a56e79 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -1035,6 +1035,7 @@ int ast_queue_hangup_with_cause(struct ast_channel *chan, int cause)
ast_channel_unlock(chan);
}
+
return ast_queue_frame(chan, &f);
}