TSG-9700: 支持优雅退出

This commit is contained in:
liuxueli
2022-02-23 18:43:00 +08:00
parent 1979c2dabd
commit d7e4d0b62a
6 changed files with 71 additions and 8 deletions

View File

@@ -820,7 +820,7 @@ static int parse_answer_records(struct dns_user_region *user_region_records, cJS
}
answer_type=get_dns_qtype(a_item->valuestring, strlen(a_item->valuestring));
switch(answer_type==-1)
if(answer_type==-1)
{
continue;
}