mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
Minor cosmetic change...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100245 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -541,8 +541,7 @@ int ast_masq_park_call(struct ast_channel *rchan, struct ast_channel *peer, int
|
|||||||
set_c_e_p(chan, rchan->context, rchan->exten, rchan->priority);
|
set_c_e_p(chan, rchan->context, rchan->exten, rchan->priority);
|
||||||
|
|
||||||
/* Make the masq execute */
|
/* Make the masq execute */
|
||||||
f = ast_read(chan);
|
if ((f = ast_read(chan)))
|
||||||
if (f)
|
|
||||||
ast_frfree(f);
|
ast_frfree(f);
|
||||||
|
|
||||||
ast_park_call(chan, peer, timeout, extout);
|
ast_park_call(chan, peer, timeout, extout);
|
||||||
|
Reference in New Issue
Block a user