From: Russell Bryant Date: Mon, 9 Jun 2008 16:53:26 +0000 (+0000) Subject: arbitrary formatting change to test a mantis change X-Git-Tag: 1.6.2.0-beta1~2052 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85a631f767d0af297945551909007b781dbae55b;p=thirdparty%2Fasterisk.git 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 --- diff --git a/main/channel.c b/main/channel.c index ea6e6183ad..cb1a56e797 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); }