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:
parent
18d9b1b17c
commit
00141ca470
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user