summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdiskfs/node-make.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/node-make.c b/libdiskfs/node-make.c
index c7ca3b04..7bc1d854 100644
--- a/libdiskfs/node-make.c
+++ b/libdiskfs/node-make.c
@@ -27,6 +27,7 @@ init_node (struct node *np, struct disknode *dn)
np->dn_set_atime = 0;
np->dn_set_mtime = 0;
np->dn_stat_dirty = 0;
+ np->author_tracks_uid = 0;
pthread_mutex_init (&np->lock, NULL);
refcounts_init (&np->refcounts, 1, 0);