From 3fdb2dd9dd8b4ab3517896092dd1b677d191adf9 Mon Sep 17 00:00:00 2001 From: hasso Date: Wed, 28 Sep 2005 18:45:54 +0000 Subject: * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS. Replace XMALLOC + memset with XCALLOC. Fix some indentation issues. The only really significant change is simplified isis_delete_adj function in isis_adjacency.c. --- isisd/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'isisd/ChangeLog') diff --git a/isisd/ChangeLog b/isisd/ChangeLog index f69364c4..41189d67 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,3 +1,10 @@ +2005-09-28 Hasso Tepper + + * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS. + Replace XMALLOC + memset with XCALLOC. Fix some indentation issues. + The only really significant change is simplified isis_delete_adj + function in isis_adjacency.c. + 2005-09-28 Hasso Tepper * isis_dynh.c, isisd.h: Implement dynamic hostname cache cleanup. -- cgit v1.2.1