summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netinet/ip_fw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index 7159127..ad930f9 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;
}
OpenPOWER on IntegriCloud