summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2008-01-24 20:32:05 +0000
committerJoshua Colp <jcolp@digium.com>2008-01-24 20:32:05 +0000
commit65e684653d4c4bc095fb11e178a9dfdb01a60acf (patch)
treedd2d1d1d9cd9a0c6783d8a2681e4692580114b64 /main
parent8bcc2a55aecc90c2d584f37d5c8ce72ec9f2edb1 (diff)
Minor cosmetic change...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100245 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-rw-r--r--main/features.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/features.c b/main/features.c
index e29b18453..0fd1a567c 100644
--- a/main/features.c
+++ b/main/features.c
@@ -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);