Back out last change; there was 'fixup' code for the case later.

Noticed by:	bde
This commit is contained in:
eivind 1998-12-09 13:48:08 +00:00
parent 5c8f7298ce
commit 641b738d6b

View File

@ -122,7 +122,7 @@ ipx_control(so, cmd, data, ifp, p)
ifra->ifra_addr.sipx_addr))
break;
}
if (ia == NULL)
if (cmd == SIOCDIFADDR && ia == NULL)
return (EADDRNOTAVAIL);
/* FALLTHROUGH */