Skip Menu |
 

From: raeburn@mit.edu
Subject: CVS Commit
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
From: tlyu@mit.edu
Subject: CVS Commit
pullup from trunk


To generate a diff of this commit:



cvs diff -r1.168.2.7 -r1.168.2.8 krb5/src/util/profile/ChangeLog
cvs diff -r1.3 -r1.3.2.1 krb5/src/util/profile/prof_test1
cvs diff -r1.27.4.2 -r1.27.4.3 krb5/src/util/profile/prof_tree.c