summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e53252fb157..02e9698dc0c 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.21 2004/03/12 10:52:34 claudio Exp $ */
+/* $OpenBSD: rde_attr.c,v 1.22 2004/03/12 18:09:23 claudio Exp $ */
/*
* Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
@@ -508,7 +508,7 @@ struct attr *
attr_optget(struct attr_flags *attr, u_int8_t type)
{
struct attr *a;
-
+
TAILQ_FOREACH(a, &attr->others, attr_l) {
if (type == a->type)
return (a);