smbd: Remove an outdated comment
authorVolker Lendecke <vl@samba.org>
Sat, 10 Feb 2024 13:27:38 +0000 (14:27 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 28 Mar 2024 08:05:35 +0000 (08:05 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/smbd/smb1_trans2.c

index 6756b4cc2473a9204d1d5a254e040d2f0cc0b1d3..ae5fee7e2fffe02f011e63c478d8b02ce168a0fb 100644 (file)
@@ -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. */