mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
Merge "res_pjsip_endpoint_identifier_ip: Ensure error defaults to 0."
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user