fix(mdns): fix copy delegated host addr
This commit is contained in:
parent
7d0eb5c48c
commit
19fb36000c
1 changed files with 1 additions and 0 deletions
|
|
@ -5882,6 +5882,7 @@ static mdns_ip_addr_t *_copy_delegated_host_address_list(char *hostname)
|
|||
if (strcasecmp(host->hostname, hostname) == 0) {
|
||||
return copy_address_list(host->address_list);
|
||||
}
|
||||
host = host->next;
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue