return value from ether_init() was missing

This commit is contained in:
cebix 2001-07-15 02:26:20 +00:00
parent d9d9a0d9ec
commit 0cc4091041

View File

@ -52,6 +52,7 @@ static bool udp_tunnel_active = false;
bool ether_init(void)
{
return true;
}