s3: smbd: Use ucf_flags variable instead of passing as parameter.
authorJeremy Allison <jra@samba.org>
Tue, 22 Dec 2015 18:49:08 +0000 (10:49 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 23 Dec 2015 02:31:09 +0000 (03:31 +0100)
commit5c183b22d1b00b99e0deda3c6e6e1c08d0b7149c
treed084beecf119341f8b1949b8bed61eccf42547d4
parent5f407e3fb829ca790549d672a2625a15f337616c
s3: smbd: 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/nttrans.c