summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-09-26 10:38:06 -0700
committerKarolin Seeger <kseeger@samba.org>2019-10-16 19:25:12 +0000
commit23b4938c18a4f51609ca588878f935ef1eb6d9a2 (patch)
tree89a4d7acc7a4a877cbb4af52d6e449417abce813
parentd7a2e7c33907ece55dad26c75b076aba3facc057 (diff)
downloadsamba-23b4938c18a4f51609ca588878f935ef1eb6d9a2.tar.gz
s3:lib: expand a comment with the function doc for is_ntfs_stream_smb_fname
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 2584b4cdeae3f83962cd11538cd4e441104c8274)
-rw-r--r--source3/lib/filename_util.c3
1 files changed, 2 insertions, 1 deletions
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)