aboutsummaryrefslogtreecommitdiff
path: root/src/util/profile/prof_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/profile/prof_file.c')
-rw-r--r--src/util/profile/prof_file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/profile/prof_file.c b/src/util/profile/prof_file.c
index d2b427e..070cbef 100644
--- a/src/util/profile/prof_file.c
+++ b/src/util/profile/prof_file.c
@@ -86,6 +86,7 @@ errcode_t profile_update_file(prf)
f = fopen(prf->filename, "r");
if (f == NULL)
return errno;
+ prf->upd_serial++;
retval = profile_parse_file(f, &prf->root);
fclose(f);
if (retval)