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

Initialize the image writer flag to false

parent 3e2332a1
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,8 @@ TskAutoDb::TskAutoDb(TskDb * a_db, TSK_HDB_INFO * a_NSRLDb, TSK_HDB_INFO * a_kno ...@@ -58,6 +58,8 @@ TskAutoDb::TskAutoDb(TskDb * a_db, TSK_HDB_INFO * a_NSRLDb, TSK_HDB_INFO * a_kno
m_noFatFsOrphans = false; m_noFatFsOrphans = false;
m_addUnallocSpace = false; m_addUnallocSpace = false;
m_chunkSize = -1; m_chunkSize = -1;
m_imageWriterEnabled = false;
m_imageWriterPath = NULL;
tsk_init_lock(&m_curDirPathLock); tsk_init_lock(&m_curDirPathLock);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment