Merge "res_pjsip_endpoint_identifier_ip: Ensure error defaults to 0." into 13

changes/98/4798/2
George Joseph 8 years ago committed by Gerrit Code Review
commit f93861b204

@ -247,7 +247,7 @@ static int ip_identify_match_handler(const struct aco_option *opt, struct ast_va
while ((current_string = ast_strip(strsep(&input_string, ",")))) {
char *mask = strrchr(current_string, '/');
int error;
int error = 0;
if (ast_strlen_zero(current_string)) {
continue;

Loading…
Cancel
Save