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

smbd: Remove an obsolete comment

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
This commit is contained in:
Volker Lendecke 2024-12-04 16:11:44 +01:00
parent aff7a1fde6
commit d745a0799b

View File

@ -4542,11 +4542,6 @@ static void call_trans2setpathinfo(
goto done;
}
/*
* 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 (fsp == NULL) {
status = NT_STATUS_OBJECT_NAME_NOT_FOUND;