Branch: refs/heads/master Home: https://github.com/fabbione/kronosnet Commit: 9018191839b220bfd2c308b2ccde6798d15c479a https://github.com/fabbione/kronosnet/commit/9018191839b220bfd2c308b2ccde679... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2012-09-28 (Fri, 28 Sep 2012)
Changed paths: M kronosnetd/vty_cli_cmds.c
Log Message: ----------- kronosnetd: fix data initialization
we can't memset knet_link because khost_add does some initialization there that we overwrite otherwise.
drop incorrect clean up path. knet_links are not malloc'ed but statically allocated.
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com