mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-06-27 02:11:33 +02:00
fix(mdns): fix copy delegated host addr
This commit is contained in:
@ -5882,6 +5882,7 @@ static mdns_ip_addr_t *_copy_delegated_host_address_list(char *hostname)
|
|||||||
if (strcasecmp(host->hostname, hostname) == 0) {
|
if (strcasecmp(host->hostname, hostname) == 0) {
|
||||||
return copy_address_list(host->address_list);
|
return copy_address_list(host->address_list);
|
||||||
}
|
}
|
||||||
|
host = host->next;
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user