diff options
| -rw-r--r-- | src/util/profile/prof_file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/profile/prof_file.c b/src/util/profile/prof_file.c index 76411db8a..561123370 100644 --- a/src/util/profile/prof_file.c +++ b/src/util/profile/prof_file.c @@ -249,6 +249,7 @@ errcode_t profile_open_file(const_profile_filespec_t filespec, } if (data) { data->refcount++; + data->last_stat = 0; /* Make sure to stat when updating. */ k5_mutex_unlock(&g_shared_trees_mutex); retval = profile_update_file_data(data, NULL); free(expanded_filename); |
