From 818e56cf2723843377d2881a6b81b8adc0fe9160 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 10 Jan 2006 23:27:05 +0000 Subject: [ospfd] fix undefined effect expression 2006-01-10 Juris Kalnins * ospf_packet.c: (ospf_make_md5_digest) fix odd, if not undefined effect, assignment of an increment expression. --- ospfd/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 35d353e5..23a109af 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,7 +1,22 @@ +2006-01-10 Len Sorensen + + * (general) Bug #234, see also [quagga-dev 3902]. + Fix problem with nbr_self not being properly reinitialised + when an interface comes up, after having been down. + * ospf_neighbor.c: (ospf_nbr_add_self) centralise + initialisation of nbr_self parameters here. + * ospf_interface.c: (ospf_if_new) deleting initialisation of + parameters of nbr_self, just rely on call to + ospf_nbr_add_self. + (ospf_if_cleanup) ditto. + * ospfd.c: (ospf_network_run) ditto. + 2006-01-10 Juris Kalnins * ospf_zebra.c: (ospf_interface_address_delete) fix rare leak of struct connected in an error case. + * ospf_packet.c: (ospf_make_md5_digest) fix odd, if not + undefined effect, assignment of an increment expression. 2006-01-10 Paul Jakma -- cgit v1.2.1