vfs_acl_common: rename psd to psd_blob in get_nt_acl_internal()
authorRalph Boehme <slow@samba.org>
Tue, 23 Aug 2016 11:08:12 +0000 (13:08 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 30 Aug 2016 19:12:25 +0000 (21:12 +0200)
commit2367eea928593f12f8914f7e7ba613b1b15516de
treef2886bd270094ee872c161190d6054603da8bb6d
parent590b80490c00587b5a4035856891e10defb654f6
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>
source3/modules/vfs_acl_common.c