Back out last change; there was 'fixup' code for the case later.
Noticed by: bde
This commit is contained in:
parent
6fc4a3adfc
commit
81c413b6ef
@ -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…
x
Reference in New Issue
Block a user