diff options
-rw-r--r-- | trans/fakeroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/fakeroot.c b/trans/fakeroot.c index 22759815..a223bc4e 100644 --- a/trans/fakeroot.c +++ b/trans/fakeroot.c @@ -103,7 +103,7 @@ new_node (file_t file, mach_port_t idport, int locked, int openmodes, return err; } } - nn->faked = 0; + nn->faked = FAKE_DEFAULT; if (!locked) pthread_mutex_lock (&idport_ihash_lock); |