1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

smbd: Fix a comment

See 84cf205ff4

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2023-11-18 17:38:09 +01:00 committed by Jeremy Allison
parent af69ea73a4
commit 7c5380c958

View File

@ -216,7 +216,7 @@ NTSTATUS create_internal_fsp(connection_struct *conn,
* Create an internal fsp for an *existing* directory.
*
* This should only be used by callers in the VFS that need to control the
* opening of the directory. Otherwise use open_internal_dirfsp_at().
* opening of the directory. Otherwise use open_internal_dirfsp().
*/
NTSTATUS create_internal_dirfsp(connection_struct *conn,
const struct smb_filename *smb_dname,