diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2005-03-04 00:05:08 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2005-03-04 00:05:08 +0000 |
| commit | a316a66d3e73df3cc89089ad01fc8673af6cc31e (patch) | |
| tree | 7d5a7f89ac245872f40141634e4de6daf5ccdf29 /src/util/profile/ChangeLog | |
| parent | 3e65c52eb55e0568749c698a312619a3001ceeab (diff) | |
| download | krb5-a316a66d3e73df3cc89089ad01fc8673af6cc31e.tar.gz krb5-a316a66d3e73df3cc89089ad01fc8673af6cc31e.tar.xz krb5-a316a66d3e73df3cc89089ad01fc8673af6cc31e.zip | |
profile_clear_relation doesn't work, iterator still sees deleted nodes
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.
ticket: new
target_version: 1.4.1
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17111 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile/ChangeLog')
| -rw-r--r-- | src/util/profile/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 62da77179..8208db91c 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,10 @@ +2005-03-03 Ken Raeburn <raeburn@mit.edu> + + * 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. + 2005-02-23 Ken Raeburn <raeburn@mit.edu> * prof_tree.c (profile_node_iterator): Check that the root node |
