diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-05-11 13:20:47 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-05-11 13:20:47 +0000 |
commit | 995b96515b7075fec77ab51dfe8be7788abd838d (patch) | |
tree | 9b1c6f590868955c37fe7e9c9ad64cad441f1404 /ripngd/ChangeLog | |
parent | f371b1fb2bd0c615d44653d56a26df8f7245481d (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/ChangeLog | 5 |
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 |