prof_tree.c: (profile_delete_node_relation): Fix bug where deleting a
authorTheodore Tso <tytso@mit.edu>
Fri, 7 Aug 1998 02:03:31 +0000 (02:03 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 7 Aug 1998 02:03:31 +0000 (02:03 +0000)
commitd2b8a8c59aa918440eb6104525ac261a0c2b403a
tree2648c9d8d61db14f930f147a1d3c911bcead6dfa
parentedb1f881c212d3b928987772ed5c77164cbd1589
prof_tree.c: (profile_delete_node_relation): Fix bug where deleting a
node would corrupt the linked list.

(profile_add_node): Fix another linked list corruption problem where
an insertion into the middle of the linked list didn't update a
previous link.  [krb5-libs/615]

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10784 dc483132-0cff-0310-8789-dd5450dbe970
src/util/profile/ChangeLog
src/util/profile/prof_tree.c