summaryrefslogtreecommitdiffstats
path: root/usr.sbin/routed/af.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/routed/af.c')
-rw-r--r--usr.sbin/routed/af.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/routed/af.c b/usr.sbin/routed/af.c
index 05bf8fa..b78f771 100644
--- a/usr.sbin/routed/af.c
+++ b/usr.sbin/routed/af.c
@@ -95,7 +95,7 @@ inet_netmatch(sin1, sin2)
inet_portmatch(sin)
register struct sockaddr_in *sin;
{
-
+
return (sin->sin_port == sp->s_port);
}
OpenPOWER on IntegriCloud