FIX: NFS - ignore fmShareDenyWrite (issue #1964)

This commit is contained in:
Alexander Koblov 2024-11-08 21:02:40 +03:00
commit e1733465be

View file

@ -507,6 +507,7 @@ begin
if (fpFStatFS(Handle, @Sbfs) = 0) then
begin
case UInt32(Sbfs.fstype) of
NFS_SUPER_MAGIC,
SMB_SUPER_MAGIC,
SMB2_MAGIC_NUMBER,
CIFS_MAGIC_NUMBER: Exit;