summaryrefslogtreecommitdiff
path: root/bgpd/ChangeLog
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2006-02-18 10:52:09 +0000
committerPaul Jakma <paul.jakma@sun.com>2006-02-18 10:52:09 +0000
commit7c7fa1b43100b4358ec0217d950b4aa9a2ec4bfd (patch)
treeb317ffff8d3c3b432d841698b5814e709082fb2f /bgpd/ChangeLog
parentaa94ca86ba0323d61fc3bc9b881718567ee943b3 (diff)
[bgpd] trivial readability fix
2006-02-18 Paul Jakma <paul.jakma@sun.com> * bgp_route.c: (bgp_announce_check) trivial, move declaration of two local variables into the only block where they are used, to aid the reader.
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r--bgpd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index 78a22e67..c9d61898 100644
--- a/bgpd/ChangeLog
+++ b/bgpd/ChangeLog
@@ -4,6 +4,9 @@
for the set-community leak, bug #89. True fix will be to
detangle the web of *_intern caching and provide saner object
caching for Quagga, future work.
+ * bgp_route.c: (bgp_announce_check) trivial, move declaration
+ of two local variables into the only block where they are
+ used, to aid the reader.
2006-02-05 Paul Jakma <paul.jakma@sun.com>