summaryrefslogtreecommitdiffstats
path: root/src/util/profile/prof_tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/profile/prof_tree.c')
-rw-r--r--src/util/profile/prof_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/profile/prof_tree.c b/src/util/profile/prof_tree.c
index 0064ad32a6..4543441883 100644
--- a/src/util/profile/prof_tree.c
+++ b/src/util/profile/prof_tree.c
@@ -498,7 +498,7 @@ get_new_file:
*ret_value =0;
return 0;
}
- if ((retval = profile_update_file_locked(iter->file))) {
+ if ((retval = profile_update_file_locked(iter->file, NULL))) {
k5_mutex_unlock(&iter->file->data->lock);
if (retval == ENOENT || retval == EACCES) {
/* XXX memory leak? */