1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

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

Noticed by:	bde
This commit is contained in:
Eivind Eklund 1998-12-09 13:48:08 +00:00
parent 0d8e97fbaf
commit 63bd338384
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41617

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 */