mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
fuzz: adapt to changes in mdns
mdns_resp_add_netif() takes only 3 arguments
This commit is contained in:
parent
0caacf82b4
commit
cb3f0a9b17
@ -165,7 +165,7 @@ int main(int argc, char** argv)
|
|||||||
httpd_init();
|
httpd_init();
|
||||||
lwiperf_start_tcp_server_default(NULL, NULL);
|
lwiperf_start_tcp_server_default(NULL, NULL);
|
||||||
mdns_resp_init();
|
mdns_resp_init();
|
||||||
mdns_resp_add_netif(&net_test, "hostname", 255);
|
mdns_resp_add_netif(&net_test, "hostname");
|
||||||
snmp_init();
|
snmp_init();
|
||||||
|
|
||||||
if(argc > 1) {
|
if(argc > 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user