[asterisk-commits] jamesgolovich: branch jamesgolovich/chan_sip-ast_str r100259 - in /team/james...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jan 24 15:15:22 CST 2008


Author: jamesgolovich
Date: Thu Jan 24 15:15:22 2008
New Revision: 100259

URL: http://svn.digium.com/view/asterisk?view=rev&rev=100259
Log:
Merged revisions 100245 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r100245 | file | 2008-01-24 12:32:05 -0800 (Thu, 24 Jan 2008) | 2 lines

Minor cosmetic change...

........

Modified:
    team/jamesgolovich/chan_sip-ast_str/   (props changed)
    team/jamesgolovich/chan_sip-ast_str/main/features.c

Change Statistics:
 0 files changed

Propchange: team/jamesgolovich/chan_sip-ast_str/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Jan 24 15:15:22 2008
@@ -1,1 +1,1 @@
-/trunk:1-100242
+/trunk:1-100245

Modified: team/jamesgolovich/chan_sip-ast_str/main/features.c
URL: http://svn.digium.com/view/asterisk/team/jamesgolovich/chan_sip-ast_str/main/features.c?view=diff&rev=100259&r1=100258&r2=100259
==============================================================================
--- team/jamesgolovich/chan_sip-ast_str/main/features.c (original)
+++ team/jamesgolovich/chan_sip-ast_str/main/features.c Thu Jan 24 15:15:22 2008
@@ -541,8 +541,7 @@
 	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);




More information about the asterisk-commits mailing list