mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
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>
This commit is contained in:
parent
f9fdb8a2a6
commit
2584b4cdea
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user