summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2010-06-11 15:21:12 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2010-06-11 15:21:12 +0000
commit5ad296377c282a5dda439fce64690498f7018031 (patch)
treee77df4293d9f5349616d565ed7ee9f6f3507d21a /lib/libc
parentf19e4a24de40622ff4708e0a4be660bc61a1d50d (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/posix1e/acl_strip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/posix1e/acl_strip.c b/lib/libc/posix1e/acl_strip.c
index 1dcdfcd4a1c4..8aa850f097db 100644
--- a/lib/libc/posix1e/acl_strip.c
+++ b/lib/libc/posix1e/acl_strip.c
@@ -46,7 +46,7 @@ static acl_t
_nfs4_acl_strip_np(const acl_t aclp, int recalculate_mask)
{
acl_t newacl;
- mode_t mode;
+ mode_t mode = 0;
newacl = acl_init(ACL_MAX_ENTRIES);
if (newacl == NULL) {