summaryrefslogtreecommitdiff
path: root/debian/patches/0008-libdiskfs-initialize-flag.patch
blob: 5a839bdd84d86ade14e299affadab01693211ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 56b9d90fee439c401abceb93f3f876ef0a7828ad Mon Sep 17 00:00:00 2001
From: Justus Winter <4winter@informatik.uni-hamburg.de>
Date: Tue, 14 Apr 2015 21:24:48 +0200
Subject: [PATCH hurd 08/10] libdiskfs: initialize flag

* libdiskfs/node-make.c (init_node): Initialize flag `author_tracks_uid'.
---
 libdiskfs/node-make.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libdiskfs/node-make.c b/libdiskfs/node-make.c
index c7ca3b0..7bc1d85 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);
-- 
2.1.4