diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c index 71591270bf2..ad930f9739f 100644 --- a/sys/netinet/ip_fw2.c +++ b/sys/netinet/ip_fw2.c @@ -440,7 +440,7 @@ verify_rev_path(struct in_addr src, struct ifnet *ifp) (ro.ro_rt->rt_ifp->if_index != ifp->if_index)) return 0; - return 1; + return 1; }