From: Volker Lendecke Date: Sun, 11 Feb 2024 11:44:10 +0000 (+0100) Subject: smbd: Fix a comment X-Git-Tag: tdb-1.4.11~1486 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7f5d5ddde1d8fa7674c352f049f49298d5169975;p=thirdparty%2Fsamba.git smbd: Fix a comment Signed-off-by: Volker Lendecke Reviewed-by: Andrew Bartlett --- diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 08656c42521..e63ebf2e7c6 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -694,7 +694,7 @@ again: } else { /* * fsp->fsp_name is unchanged as it is already correctly - * relative to conn->cwd. + * relative to dirfsp. */ smb_fname_rel = smb_fname; }