]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:lib: expand a comment with the function doc for is_ntfs_stream_smb_fname
authorRalph Boehme <slow@samba.org>
Thu, 26 Sep 2019 17:38:06 +0000 (10:38 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 2 Oct 2019 08:01:39 +0000 (08:01 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/filename_util.c

index 7b3fab90c46ae0c96c8c6d1497bff9ffcf791c8d..750c0bb83121af5e08c933ea65c3f724ed96200b 100644 (file)
@@ -252,7 +252,8 @@ static void assert_valid_stream_smb_fname(const struct smb_filename *smb_fname)
 }
 
 /****************************************************************************
- Simple check to determine if the filename is a stream.
+ Simple check to determine if a smb_fname is a real named stream or the
+ default stream.
  ***************************************************************************/
 
 bool is_ntfs_stream_smb_fname(const struct smb_filename *smb_fname)