From eb820afe3b53321624317cfa6b426ecae1392f24 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 5 Sep 2005 11:54:13 +0000 Subject: 2005-09-05 Paul Jakma * command.c: (install_element) be more robust. Eg, cmd_init need not have been called, some applications may use other library subsystems, which call install_element, without the application wanting commands and hence not calling cmd_init. --- lib/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index fd6e20b6..08d6278f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2005-09-05 Paul Jakma + + * command.c: (install_element) be more robust. Eg, cmd_init + need not have been called, some applications may use other + library subsystems, which call install_element, without the + application wanting commands and hence not calling cmd_init. + 2005-08-22 Hugo Santos * command.h: (enum node_type) Add BGP_IPV6M_NODE -- cgit v1.2.1