Fixed name of SleuthkitJNI method call in HashDb class

This commit is contained in:
Richard Cordovano 2013-11-04 15:24:19 -05:00
parent a3d5c12345
commit cda61becb9

View File

@ -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