s3:lib: implement logic directly in is_ntfs_default_stream_smb_fname()
authorRalph Boehme <slow@samba.org>
Wed, 25 Sep 2019 18:19:26 +0000 (11:19 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 2 Oct 2019 08:01:39 +0000 (08:01 +0000)
commit3f8bc1ce3e094f943363921c46803fd5ec9f73bb
treee36c148f68d6cabca264a0eb4f7a455a950dd928
parent2584b4cdeae3f83962cd11538cd4e441104c8274
s3:lib: implement logic directly in is_ntfs_default_stream_smb_fname()

This allows changing the semantics of is_ntfs_stream_smb_fname() in the next
commit.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14137

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