s3/smbd: add helper func dos_mode_from_name()
commitc8c67c9a2a6347e36f4628e2d0260bd6c58d8c65
authorRalph Boehme <slow@samba.org>
Thu, 23 Jun 2016 10:23:33 +0000 (23 12:23 +0200)
committerRalph Boehme <slow@samba.org>
Sat, 25 Jun 2016 16:47:17 +0000 (25 18:47 +0200)
tree331bad3ffa91dbfe69d10a213d824c43d8d476c2
parent030fd72b32162c556310e09731fcedcb59e8a044
s3/smbd: add helper func dos_mode_from_name()

This just moves the computation of "hide dot files" files to a helper
functions without changing overall behaviour.

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

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