[bgpd] CID #6, remove useless NULL check, bgp_static_update_rsclient
2006-05-12 Paul Jakma <paul.jakma@sun.com>
* bgp_route.c: (bgp_static_update_rsclient) Remove useless NULL
check, code already assumes bgp_static can not be NULL,
fixes CID #6.
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index 0b50015..8082739 100644
--- a/bgpd/ChangeLog
+++ b/bgpd/ChangeLog
@@ -5,6 +5,7 @@
* bgp_route.c: (bgp_static_update_main) Remove useless NULL
check, code already assumes bgp_static can not be NULL,
fixes CID #7.
+ (bgp_static_update_rsclient) ditto, CID #6
2006-05-08 Paul Jakma <paul.jakma@sun.com>