Style rev. 1.152.

This commit is contained in:
Gleb Smirnoff 2006-10-04 10:59:21 +00:00
parent 7705c58f36
commit 9b9a52b496
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163005

View file

@ -870,8 +870,8 @@ in_arpinput(m)
* proxying for.
*/
if (rt->rt_ifp != ifp &&
(rt->rt_ifp->if_bridge != ifp->if_bridge ||
ifp->if_bridge == NULL)) {
(rt->rt_ifp->if_bridge != ifp->if_bridge ||
ifp->if_bridge == NULL)) {
RT_UNLOCK(rt);
goto drop;
}