Skip to content

Commit 8999fb3

Browse files
LLMNR fixes
1 parent 33c4a18 commit 8999fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/ESP8266LLMNR/ESP8266LLMNR.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ bool LLMNRResponder::_restart() {
113113

114114
IPAddress llmnr(LLMNR_MULTICAST_ADDR);
115115

116-
if (igmp_joingroup(IP4_ADDR_ANY4, llmnr) != ERR_OK)
116+
if (igmp_joingroup((ip_addr_t*)IP4_ADDR_ANY4, llmnr) != ERR_OK)
117117
return false;
118118

119119
_conn = new UdpContext;

0 commit comments

Comments
 (0)