diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-12-23 16:10:11 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-12-23 16:10:11 +0000 |
commit | 6bda26cf25b330ed55caab77ea25152ed8030273 (patch) | |
tree | c994b72b39d665d8b2f1975c56c9cee7f486cca0 /usr.sbin/bgpd/parse.y | |
parent | dd81ccf99f9e69419caa2f6f43edbf619a182125 (diff) |
KNF
Diffstat (limited to 'usr.sbin/bgpd/parse.y')
-rw-r--r-- | usr.sbin/bgpd/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y index 1ea7b2f66bb..9fb235eb863 100644 --- a/usr.sbin/bgpd/parse.y +++ b/usr.sbin/bgpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.148 2004/11/23 13:07:01 claudio Exp $ */ +/* $OpenBSD: parse.y,v 1.149 2004/12/23 16:09:26 henning Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -2045,7 +2045,7 @@ merge_filterset(struct filter_set_head *sh, struct filter_set *s) SIMPLEQ_FOREACH(t, sh, entry) { if (s->type != t->type) continue; - + switch (s->type) { case ACTION_SET_COMMUNITY: if (s->action.community.as == t->action.community.as && |