[Home]

Summary:ASTERISK-24510: chan_sip: Add missing braces
Reporter:Corey Farrell (coreyfarrell)Labels:
Date Opened:2014-11-10 00:21:45.000-0600Date Closed:2014-11-11 13:19:21.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:SVN 13.0.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Scanned for / fixed instances of the regex search pattern in channels/chan_sip.c and channels/sip/*.c:
{code}(else|(if|while|for)\s*\(.*\))(\s*/\*.*\*/|)\s*${code}

I've proposed this change for 13 and trunk.  The set of braces for one 'if' statement was excluded from this change to allow the entire patch to apply cleanly to 13 and trunk with patch fuzz level 0.
Comments: