1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

smbd: Remove an outdated comment

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Volker Lendecke 2024-02-10 14:27:38 +01:00 committed by Andreas Schneider
parent 18d9b1b17c
commit 00141ca470

View 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. */