mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Fix another shortcircuit return() statement that I missed.
This commit is contained in:
parent
2defe5cdd7
commit
a8637146f1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83185
@ -713,7 +713,7 @@ ifaof_ifpforaddr(addr, ifp)
|
||||
}
|
||||
if (ifp->if_flags & IFF_POINTOPOINT) {
|
||||
if (equal(addr, ifa->ifa_dstaddr))
|
||||
return (ifa);
|
||||
goto done;
|
||||
} else {
|
||||
cp = addr->sa_data;
|
||||
cp2 = ifa->ifa_addr->sa_data;
|
||||
|
Loading…
Reference in New Issue
Block a user