Fix Windows socket leak

This commit is contained in:
Joseph C. Lehner 2016-11-13 08:32:11 +01:00
parent f90769ed1e
commit 905f7b3d32

View file

@ -767,7 +767,6 @@ int ethsock_ip_add(struct ethsock *sock, uint32_t ipaddr, uint32_t ipmask, struc
goto out;
}
}
return 0;
#endif
ret = 0;