diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-16 18:02:13 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-16 18:02:13 +0000 |
commit | 20ea2b90329ffba5ea5ba98893d431bb5752a9a4 (patch) | |
tree | 459ef811af7988f7910f83fb0378b310d35a4df1 /usr.sbin/bgpd | |
parent | 5ceadd8a76b6791b2155d335b0e9eef365982afe (diff) |
KNF
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r-- | usr.sbin/bgpd/rde_attr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde_attr.c b/usr.sbin/bgpd/rde_attr.c index 22995c5ebd3..03251a579ff 100644 --- a/usr.sbin/bgpd/rde_attr.c +++ b/usr.sbin/bgpd/rde_attr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde_attr.c,v 1.5 2004/02/16 13:21:46 claudio Exp $ */ +/* $OpenBSD: rde_attr.c,v 1.6 2004/02/16 18:02:12 henning Exp $ */ /* * Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -774,7 +774,7 @@ aspath_match(struct aspath *a, enum as_spec type, u_int16_t as) int final; u_int16_t len, seg_size; u_int8_t i, seg_type, seg_len; - + final = 0; seg = a->data; for (len = a->hdr.len; len > 0; len -= seg_size, seg += seg_size) { |