diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-05-11 15:20:47 +0200 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-05-11 15:20:47 +0200 |
commit | 995b96515b7075fec77ab51dfe8be7788abd838d (patch) | |
tree | 9b1c6f590868955c37fe7e9c9ad64cad441f1404 /ripngd/ChangeLog | |
parent | [doc] Update auto-generated quagga.info (diff) | |
download | frr-995b96515b7075fec77ab51dfe8be7788abd838d.tar.xz frr-995b96515b7075fec77ab51dfe8be7788abd838d.zip |
[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 ff284f1f2..1bafb84aa 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 |