mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +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() {
|
||||
try {
|
||||
return SleuthkitJNI.lookupIndexForHashDatabaseExists(handle);
|
||||
return SleuthkitJNI.hashDatabaseHasLookupIndex(handle);
|
||||
}
|
||||
catch (TskCoreException ex) {
|
||||
// RJCTODO
|
||||
|
Loading…
x
Reference in New Issue
Block a user