Skip to content

Commit 19fb360

Browse files
committed
fix(mdns): fix copy delegated host addr
1 parent 7d0eb5c commit 19fb360

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/mdns/mdns.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5882,6 +5882,7 @@ static mdns_ip_addr_t *_copy_delegated_host_address_list(char *hostname)
58825882
if (strcasecmp(host->hostname, hostname) == 0) {
58835883
return copy_address_list(host->address_list);
58845884
}
5885+
host = host->next;
58855886
}
58865887
return NULL;
58875888
}

0 commit comments

Comments
 (0)