diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-01-06 14:45:08 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-01-06 14:45:08 +0000 |
commit | 8c62ce045861f4e3921e517d0f5e5e32e758364f (patch) | |
tree | b034f06871be48ed760e67c2d3130c3176b8d09e /sys/net | |
parent | e8de9439462e579b1f98f22e8f03aa18a8497652 (diff) |
Minor style nit
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/rtsock.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/net/rtsock.c b/sys/net/rtsock.c index faf7ec51d01..f42e786297b 100644 --- a/sys/net/rtsock.c +++ b/sys/net/rtsock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtsock.c,v 1.111 2010/10/28 17:18:35 claudio Exp $ */ +/* $OpenBSD: rtsock.c,v 1.112 2011/01/06 14:45:07 claudio Exp $ */ /* $NetBSD: rtsock.c,v 1.18 1996/03/29 00:32:10 cgd Exp $ */ /* @@ -345,8 +345,7 @@ route_input(struct mbuf *m0, ...) continue; if (rp->rcb_proto.sp_family != proto->sp_family) continue; - if (rp->rcb_proto.sp_protocol && - proto->sp_protocol && + if (rp->rcb_proto.sp_protocol && proto->sp_protocol && rp->rcb_proto.sp_protocol != proto->sp_protocol) continue; /* |