Back out last change; there was 'fixup' code for the case later.
Noticed by: bde
This commit is contained in:
parent
5c8f7298ce
commit
641b738d6b
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user