mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Update DriveListUtils.java
This commit is contained in:
parent
061c07f14e
commit
e795af5537
@ -80,7 +80,6 @@ public final class DriveListUtils {
|
|||||||
int rc = p.waitFor();
|
int rc = p.waitFor();
|
||||||
return rc == 0;
|
return rc == 0;
|
||||||
} catch(IOException | InterruptedException e) {
|
} catch(IOException | InterruptedException e) {
|
||||||
// throw new IllegalStateException("Unable to run 'net use' on " + driveLetter, e);
|
|
||||||
return false; // assume not a network drive
|
return false; // assume not a network drive
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user