mirror of
https://github.com/restic/restic.git
synced 2025-12-16 05:23:24 +00:00
Fix review comments
This commit is contained in:
@@ -392,7 +392,7 @@ func (node *Node) fillGenericAttributes(path string, fi os.FileInfo, stat *statT
|
||||
return false, err
|
||||
}
|
||||
if sd, err = fs.GetSecurityDescriptor(path); err != nil {
|
||||
return true, err
|
||||
return allowExtended, err
|
||||
}
|
||||
}
|
||||
// Add Windows attributes
|
||||
|
||||
Reference in New Issue
Block a user