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