Skip to content
Snippets Groups Projects
Commit e95a81e3 authored by Ann Priestman's avatar Ann Priestman
Browse files

Cleanup

parent 83e54c91
No related branches found
No related tags found
No related merge requests found
...@@ -1168,10 +1168,7 @@ Java_org_sleuthkit_datamodel_SleuthkitJNI_runAddImgNat(JNIEnv * env, ...@@ -1168,10 +1168,7 @@ Java_org_sleuthkit_datamodel_SleuthkitJNI_runAddImgNat(JNIEnv * env,
} }
// Set up the TSK_IMG_INFO object // Set up the TSK_IMG_INFO object
// openImageHandle gets called again in startAddImage but we need it to MAYBE NOT!!!!
// be set up before enableImageWriter
TSK_IMG_INFO *img_info = castImgInfo(env, a_img_info); TSK_IMG_INFO *img_info = castImgInfo(env, a_img_info);
//tskAuto->openImageHandle(img_info);
// Set up image writer, if the output path is present // Set up image writer, if the output path is present
if (env->GetStringLength(imageWriterPathJ) > 0) { if (env->GetStringLength(imageWriterPathJ) > 0) {
...@@ -2161,3 +2158,4 @@ JNIEXPORT jboolean JNICALL Java_org_sleuthkit_datamodel_SleuthkitJNI_isImageSupp ...@@ -2161,3 +2158,4 @@ JNIEXPORT jboolean JNICALL Java_org_sleuthkit_datamodel_SleuthkitJNI_isImageSupp
return (jboolean) result; return (jboolean) result;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment