Module Name: krb5 Committed By: raeburn Date: Fri Mar 4 00:05:08 UTC 2005 Modified Files: krb5/src/util/profile/ChangeLog krb5/src/util/profile/prof_test1 krb5/src/util/profile/prof_tree.c Added Files: Removed Files: Log Message ticket: new subject: profile_clear_relation doesn't work, iterator still sees deleted nodes target_version: 1.4.1 The "deleted" flag was being checked when writing out the file, but not when iterating through using the profile handle being used to do the deletions. * prof_tree.c (profile_node_iterator): After checking skip_num counter, also skip over deleted nodes. * prof_test1 (test3): New proc. (top level): Run it. To generate a diff of this commit: cvs diff -r1.176 -r1.177 krb5/src/util/profile/ChangeLog cvs diff -r1.3 -r1.4 krb5/src/util/profile/prof_test1 cvs diff -r1.29 -r1.30 krb5/src/util/profile/prof_tree.c