Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: raeburn@mit.edu Subject: CVS Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 519 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