r15071: fix typo
authorStefan Metzmacher <metze@samba.org>
Thu, 13 Apr 2006 12:03:05 +0000 (12:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:04:06 +0000 (14:04 -0500)
metze

source/ntvfs/posix/pvfs_acl.c

index 90c357934cf40ab8a7290d6dff3e9b887ddacb31..c2afdbec24b67ecce96a19ee606cd2f89141c970 100644 (file)
@@ -242,7 +242,7 @@ NTSTATUS pvfs_acl_set(struct pvfs_state *pvfs,
                        return NT_STATUS_ACCESS_DENIED;
                }
                sd->group_sid = new_sd->group_sid;
-               status = sidmap_sid_to_unixgid(pvfs->sidmap, sd->owner_sid, &gid);
+               status = sidmap_sid_to_unixgid(pvfs->sidmap, sd->group_sid, &gid);
                if (!NT_STATUS_IS_OK(status)) {
                        return status;
                }