vfs_acl_common: rename psd to psd_blob in get_nt_acl_internal()
commit31fc5543b891269a5df91c982155b5efdda4b906
authorRalph Boehme <slow@samba.org>
Tue, 23 Aug 2016 11:08:12 +0000 (23 13:08 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 21 Sep 2016 09:15:08 +0000 (21 11:15 +0200)
tree15bda59fec438fa103f18ced0e256e6c7f4e534b
parent06e96493444ea10a543e2e7b80620254fa3b6b2c
vfs_acl_common: rename psd to psd_blob in get_nt_acl_internal()

This makes it explicit where the SD is originating from. No change in
behaviour.

This just paves the way for a later change that will simplify the whole
logic and talloc hierarchy, therefor this also strictly renames the
occurences after the out label.

Logically, behind the out label, we're dealing with a variable that
points to what we're going to return, so the name psd_blob is
misleading, but I'm desperately trying to avoid logic changes in this
commit and therefor I'm just strictly renaming.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=12177

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(backported from commit 2367eea928593f12f8914f7e7ba613b1b15516de)
source3/modules/vfs_acl_common.c