dns_conf: fix server-https options issue.

This commit is contained in:
Nick Peng
2023-11-10 20:46:09 +08:00
parent f1debd0878
commit d02bceabf1
6 changed files with 43 additions and 33 deletions

View File

@@ -2887,7 +2887,7 @@ static int _dns_server_process_ip_alias(struct dns_request *request, struct dns_
{
int addr_num = 0;
if (alias == 0) {
if (alias == NULL) {
return 0;
}