mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 08:26:15 +00:00
Fixed comment
This commit is contained in:
parent
79f048414c
commit
eb34a74b04
@ -95,8 +95,7 @@ public class XRYFileReader {
|
|||||||
BasicFileAttributes attr = Files.readAttributes(file,
|
BasicFileAttributes attr = Files.readAttributes(file,
|
||||||
BasicFileAttributes.class, LinkOption.NOFOLLOW_LINKS);
|
BasicFileAttributes.class, LinkOption.NOFOLLOW_LINKS);
|
||||||
|
|
||||||
//Do not follow symbolic links. XRY files most definitely cannot be a
|
//Do not follow symbolic links. XRY files cannot be a directory.
|
||||||
//directory.
|
|
||||||
if (attr.isSymbolicLink() || attr.isDirectory()) {
|
if (attr.isSymbolicLink() || attr.isDirectory()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user