diff options
author | paul <paul> | 2008-03-13 03:31:24 +0000 |
---|---|---|
committer | paul <paul> | 2008-03-13 03:31:24 +0000 |
commit | 9334b80b2c84f33d0d749b4a172f1d87a77a8544 (patch) | |
tree | 9daf9b4d191d195b95c4dcab5ee87b183d154adb /bgpd/bgp_attr.c | |
parent | ad3d3d392079ccf49efb6d375d40a2edbc80a534 (diff) | |
download | quagga-9334b80b2c84f33d0d749b4a172f1d87a77a8544.tar.bz2 quagga-9334b80b2c84f33d0d749b4a172f1d87a77a8544.tar.xz |
[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]); |