diff options
author | Paul Jakma <paul.jakma@sun.com> | 2008-03-13 03:31:24 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2008-03-13 03:31:24 +0000 |
commit | 693b67b2b20510e0faee87a0950595832ce71054 (patch) | |
tree | bb7e728238fdf0a6e0d827afdad37ffb3d0279e1 /bgpd/bgp_attr.c | |
parent | ce6ab03a273beb903731621153722511910ebbe5 (diff) |
[bgpd] remove unnecessary 0 entries from struct message's
2008-03-13 Paul Jakma <paul.jakma@sun.com>
* (various) Remove 0 entries from struct message's, unneeded due to
recent improvements in mes_lookup/LOOKUP.
Diffstat (limited to 'bgpd/bgp_attr.c')
-rw-r--r-- | bgpd/bgp_attr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_attr.c b/bgpd/bgp_attr.c index dd3cc965..26f62f5a 100644 --- a/bgpd/bgp_attr.c +++ b/bgpd/bgp_attr.c @@ -60,7 +60,6 @@ static struct message attr_str [] = { BGP_ATTR_AS4_PATH, "AS4_PATH" }, { BGP_ATTR_AS4_AGGREGATOR, "AS4_AGGREGATOR" }, { BGP_ATTR_AS_PATHLIMIT, "AS_PATHLIMIT" }, - { 0, NULL } }; int attr_str_max = sizeof(attr_str)/sizeof(attr_str[0]); |