test_parse.c (main): Add a call to profile_verify_node so we can test
authorTheodore Tso <tytso@mit.edu>
Fri, 19 Feb 1999 05:56:39 +0000 (05:56 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 19 Feb 1999 05:56:39 +0000 (05:56 +0000)
commitdc768f82c1072791c4d5ad86ebfb3717270b1f17
tree5bb67afe3aa2f378e049567f45853993c154b463
parentf03cdc66b1a883d163b108406d7868ebadd1f59f
test_parse.c (main): Add a call to profile_verify_node so we can test
the internal rep invariants.

prof_tree.c (profile_verify_node): Fix bug in profile_verify_node in
the group_level test.  Also make profile_verify_node check the return
code when it is recursively testing the child nodes.

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