]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: smbd: Move creation of parent_fname out of lp_inherit_permissions() clause in...
authorJeremy Allison <jra@samba.org>
Thu, 14 Jan 2021 19:50:39 +0000 (11:50 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 15 Jan 2021 20:56:28 +0000 (20:56 +0000)
commitebcde172de0886cb41741f9a5ad6ebaf36efeea6
tree84f79eea0a4eaec7e087cfec1e8c6957480a2348
parent30af87f46f91b3175d51908b8c77e6ee178145f3
s3: smbd: Move creation of parent_fname out of lp_inherit_permissions() clause in smb_unix_mknod().

We will need this for the upcoming openat_pathref_fsp() use.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/trans2.c