From: Volker Lendecke Date: Sun, 14 Sep 2025 17:26:13 +0000 (-0700) Subject: smbd: Fix a copy&paste error in a comment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9fd3c0aa0ad38e20573135de5f3b8cdc7dc6069f;p=thirdparty%2Fsamba.git smbd: Fix a copy&paste error in a comment Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/source3/smbd/smb2_nttrans.c b/source3/smbd/smb2_nttrans.c index 06eb04c8a07..37d49f8289a 100644 --- a/source3/smbd/smb2_nttrans.c +++ b/source3/smbd/smb2_nttrans.c @@ -313,7 +313,7 @@ NTSTATUS copy_internals(TALLOC_CTX *ctx, goto out; } - /* No links from a directory. */ + /* No copy from a directory. */ if (S_ISDIR(smb_fname_src->st.st_ex_mode)) { status = NT_STATUS_FILE_IS_A_DIRECTORY; goto out;