mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-22 15:47:37 +00:00
Back out last change; there was 'fixup' code for the case later.
Noticed by: bde
This commit is contained in:
parent
0d8e97fbaf
commit
63bd338384
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41617
@ -122,7 +122,7 @@ ipx_control(so, cmd, data, ifp, p)
|
|||||||
ifra->ifra_addr.sipx_addr))
|
ifra->ifra_addr.sipx_addr))
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (ia == NULL)
|
if (cmd == SIOCDIFADDR && ia == NULL)
|
||||||
return (EADDRNOTAVAIL);
|
return (EADDRNOTAVAIL);
|
||||||
/* FALLTHROUGH */
|
/* FALLTHROUGH */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user