mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-16 06:54:22 +00:00
Feature/sync lwip as submodule
This commit is contained in:

committed by
Jiang Jiang Jian

parent
de0e9a1e05
commit
3578fe39e0
@@ -125,7 +125,7 @@ static int socket_add_ipv4_multicast_group(int sock, bool assign_source_if)
|
||||
ESP_LOGE(V4TAG, "Failed to get IP address info. Error 0x%x", err);
|
||||
goto err;
|
||||
}
|
||||
inet_addr_from_ipaddr(&iaddr, &ip_info.ip);
|
||||
inet_addr_from_ip4addr(&iaddr, &ip_info.ip);
|
||||
#endif
|
||||
// Configure multicast address to listen to
|
||||
err = inet_aton(MULTICAST_IPV4_ADDR, &imreq.imr_multiaddr.s_addr);
|
||||
|
Reference in New Issue
Block a user