mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: NFS - ignore fmShareDenyWrite (issue #1964)
This commit is contained in:
parent
4e1ead1789
commit
e1733465be
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue