mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Fixed name of SleuthkitJNI method call in HashDb class
This commit is contained in:
parent
a3d5c12345
commit
cda61becb9
@ -150,7 +150,7 @@ public class HashDb implements Comparable<HashDb> {
|
|||||||
|
|
||||||
boolean hasLookupIndex() {
|
boolean hasLookupIndex() {
|
||||||
try {
|
try {
|
||||||
return SleuthkitJNI.lookupIndexForHashDatabaseExists(handle);
|
return SleuthkitJNI.hashDatabaseHasLookupIndex(handle);
|
||||||
}
|
}
|
||||||
catch (TskCoreException ex) {
|
catch (TskCoreException ex) {
|
||||||
// RJCTODO
|
// RJCTODO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user