From 00141ca4704698028fa0137d4eecb37ba2385e8b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 10 Feb 2024 14:27:38 +0100 Subject: [PATCH] smbd: Remove an outdated comment Signed-off-by: Volker Lendecke Reviewed-by: Andreas Schneider --- source3/smbd/smb1_trans2.c | 5 ----- 1 file changed, 5 deletions(-) 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. */ -- 2.47.3