]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Minor cosmetic change...
authorJoshua Colp <jcolp@digium.com>
Thu, 24 Jan 2008 20:32:05 +0000 (20:32 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 24 Jan 2008 20:32:05 +0000 (20:32 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100245 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/features.c

index e29b184531434a829d8bd8b7e2076b5b5d651101..0fd1a567cff1416c36c6c87329f52b582ea25419 100644 (file)
@@ -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);
 
        /* Make the masq execute */
-       f = ast_read(chan);
-       if (f)
+       if ((f = ast_read(chan)))
                ast_frfree(f);
 
        ast_park_call(chan, peer, timeout, extout);