[Home]

Summary:ASTERISK-09671: [patch] Janitor project ast_strlen_zero().
Reporter:Eliel Sardanons (eliel)Labels:
Date Opened:2007-06-13 12:02:35Date Closed:2007-06-13 12:07:33
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) ast_strlen_zero.patch
Description:Replace 'if (chunk && !ast_strlen_zero(chunk))' with 'if (!ast_strlen_zero(chunk))'


****** ADDITIONAL INFORMATION ******

Modified channels/chan_sip.c and main/pbx.c
I review all the code, and I think I didn't miss anything.
Comments:By: Jason Parker (jparker) 2007-06-13 12:07:32

Added to svn trunk in revision 69081.

Does that mean we can remove that janitor project now, since there are none left?