diff options
author | paul <paul> | 2005-09-05 11:54:13 +0000 |
---|---|---|
committer | paul <paul> | 2005-09-05 11:54:13 +0000 |
commit | eb820afe3b53321624317cfa6b426ecae1392f24 (patch) | |
tree | 55557a19a1918bdca547c3a3d0e7f6c7802b78b4 /lib/ChangeLog | |
parent | c89c05dd04d097bd8213125a42d67204bb681de5 (diff) |
2005-09-05 Paul Jakma <paul.jakma@sun.com>
* 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.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <paul.jakma@sun.com> + + * 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 <hsantos@av.it.pt> * command.h: (enum node_type) Add BGP_IPV6M_NODE |