From: Volker Lendecke Date: Sat, 10 Feb 2024 13:27:38 +0000 (+0100) Subject: smbd: Remove an outdated comment X-Git-Tag: tdb-1.4.11~1303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00141ca4704698028fa0137d4eecb37ba2385e8b;p=thirdparty%2Fsamba.git smbd: Remove an outdated comment Signed-off-by: Volker Lendecke Reviewed-by: Andreas Schneider --- diff --git a/source3/smbd/smb1_trans2.c b/source3/smbd/smb1_trans2.c index 6756b4cc247..ae5fee7e2ff 100644 --- a/source3/smbd/smb1_trans2.c +++ b/source3/smbd/smb1_trans2.c @@ -2715,11 +2715,6 @@ static void call_trans2qpathinfo( return; } - /* - * smb_fname->fsp may be NULL if smb_fname points at a symlink - * and we're in POSIX context, so be careful when using fsp - * below, it can still be NULL. - */ fsp = smb_fname->fsp; /* If this is a stream, check if there is a delete_pending. */