[Home]

Summary:ASTERISK-07855: [patch] Remove IS_NULL_STRING from res_monitor.c
Reporter:Mark Monnin (wrmem)Labels:
Date Opened:2006-10-02 11:32:10Date Closed:2006-10-02 11:56:54
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) patch.txt
Description:Just a small janitoral'ish change.   ast_strlen_zero now handles the same functionality of the macro IS_NULL_STRING, so no need for the macro (it's only used once anyways).

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

#define IS_NULL_STRING(string) ((!(string)) || (ast_strlen_zero((string))))
Comments:By: Joshua C. Colp (jcolp) 2006-10-02 11:56:54

Fixed in trunk as of revision 44153. Thanks!