s3: smbd: In smb2_create.c Use ucf_flags variable instead of passing as parameter.
authorJeremy Allison <jra@samba.org>
Tue, 22 Dec 2015 19:08:38 +0000 (11:08 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 23 Dec 2015 02:31:10 +0000 (03:31 +0100)
commitc783db3ac92c78ad7b07392bfb49f021963dd7ff
tree817b8a73d9658c60ab052359545ceb5c2b4b474b
parent5d03e7550bde784df0e691447d925a4d0af76e3a
s3: smbd: In smb2_create.c Use ucf_flags variable instead of passing as parameter.

This will allow us to move lp_posix_pathnames() out of unix_convert()
later.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <rb@sernet.de>
source3/smbd/smb2_create.c