From: Volker Lendecke Date: Sat, 18 Nov 2023 16:38:09 +0000 (+0100) Subject: smbd: Fix a comment X-Git-Tag: talloc-2.4.2~587 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c5380c95898969c73edc87d2715e1ef0199122b;p=thirdparty%2Fsamba.git smbd: Fix a comment See 84cf205ff435 Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/files.c b/source3/smbd/files.c index 11fee8caf24..48b78dc32c0 100644 --- a/source3/smbd/files.c +++ b/source3/smbd/files.c @@ -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,