mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
eabcaa2e55
This isn't a change in behavior, even though the old comment says: "Always do lstat for UNIX calls". A previous commit enforces POSIX pathname negotiation before allowing UNIX info levels to be processed here, so we can guarantee that SMB_FILENAME_POSIX_PATH is set on smb_fname if we're allowing a UNIX info level. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Noel Power <npower@samba.org>