diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/system/posix-acl/src/posix-acl.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/system/posix-acl/src/posix-acl.c b/xlators/system/posix-acl/src/posix-acl.c index 3928a56af..a3570c0b2 100644 --- a/xlators/system/posix-acl/src/posix-acl.c +++ b/xlators/system/posix-acl/src/posix-acl.c @@ -516,7 +516,7 @@ posix_acl_inherit_mode (struct posix_acl *acl, mode_t modein)          if (mask_ce) {                  mask_ce->perm &= (mode >> 3) | ~S_IRWXO;                  mode &= (mask_ce->perm << 3) | ~S_IRWXG; -        } else { +        } else if (group_ce) {                  group_ce->perm &= (mode >> 3) | ~S_IRWXO;                  mode &= (group_ce->perm << 3) | ~S_IRWXG;          }  | 
