summaryrefslogtreecommitdiff
path: root/ripngd/ChangeLog
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2006-05-11 13:20:47 +0000
committerPaul Jakma <paul.jakma@sun.com>2006-05-11 13:20:47 +0000
commit995b96515b7075fec77ab51dfe8be7788abd838d (patch)
tree9b1c6f590868955c37fe7e9c9ad64cad441f1404 /ripngd/ChangeLog
parentf371b1fb2bd0c615d44653d56a26df8f7245481d (diff)
[ripngd] CID #72, remove unneeded NULL check
2006-05-11 Paul Jakma <paul.jakma@sun.com> * ripng_interface.c: (ripng_interface_address_add) Remove unneeded NULL check, Coverity CID #72.
Diffstat (limited to 'ripngd/ChangeLog')
-rw-r--r--ripngd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ripngd/ChangeLog b/ripngd/ChangeLog
index ff284f1f..1bafb84a 100644
--- a/ripngd/ChangeLog
+++ b/ripngd/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-11 Paul Jakma <paul.jakma@sun.com>
+
+ * ripng_interface.c: (ripng_interface_address_add) Remove
+ unneeded NULL check, Coverity CID #72.
+
2006-05-08 Paul Jakma <paul.jakma@sun.com>
* ripng_routemap.c: (route_set_ipv6_nexthop_local_compile) bug