zepif: Convert to dual-stack

This commit is contained in:
Dirk Ziegelmeier 2018-03-15 09:21:32 +01:00
parent d79416eee6
commit 104a629a51

View File

@ -246,7 +246,7 @@ zepif_init(struct netif *netif)
netif->state = NULL;
state->pcb = udp_new();
state->pcb = udp_new_ip_type(IPADDR_TYPE_ANY);
if (state->pcb == NULL) {
err = ERR_MEM;
goto err_ret;