From: Ralph Boehme Date: Thu, 26 Sep 2019 17:38:06 +0000 (-0700) Subject: s3:lib: expand a comment with the function doc for is_ntfs_stream_smb_fname X-Git-Tag: talloc-2.3.1~529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2584b4cdeae3f83962cd11538cd4e441104c8274;p=thirdparty%2Fsamba.git s3:lib: expand a comment with the function doc for is_ntfs_stream_smb_fname Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/lib/filename_util.c b/source3/lib/filename_util.c index 7b3fab90c46..750c0bb8312 100644 --- a/source3/lib/filename_util.c +++ b/source3/lib/filename_util.c @@ -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)