summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2004-02-16 18:02:12 +0000
committerhenning <henning@openbsd.org>2004-02-16 18:02:12 +0000
commit13271ac28960fe45587283a5964ad19b936de90a (patch)
tree4c8e977ddbf1938513c22cc3a73d563c7366b6e0
parentadd scope_id for v6 to struct bgpd_addr (diff)
downloadwireguard-openbsd-13271ac28960fe45587283a5964ad19b936de90a.tar.xz
wireguard-openbsd-13271ac28960fe45587283a5964ad19b936de90a.zip
KNF
-rw-r--r--usr.sbin/bgpd/rde_attr.c4
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) {