summaryrefslogtreecommitdiffstats
path: root/lib/Utils/DebugDump.h
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-02-12 19:10:27 +0100
committerZdenek Prikryl <zprikryl@redhat.com>2009-02-12 19:10:27 +0100
commit0f4bdae3d730bb6106b421f1e4f88dbf5bc7e98f (patch)
treeb8e3c3267b6e637b27ee20fcc44081fa022cc754 /lib/Utils/DebugDump.h
parent95912e10fb5ee698b99f338a6933a994b5c6d5a8 (diff)
downloadabrt-0f4bdae3d730bb6106b421f1e4f88dbf5bc7e98f.tar.gz
abrt-0f4bdae3d730bb6106b421f1e4f88dbf5bc7e98f.tar.xz
abrt-0f4bdae3d730bb6106b421f1e4f88dbf5bc7e98f.zip
fixed bug in locking
Diffstat (limited to 'lib/Utils/DebugDump.h')
-rw-r--r--lib/Utils/DebugDump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/DebugDump.h b/lib/Utils/DebugDump.h
index a6bb051..b32dfeb 100644
--- a/lib/Utils/DebugDump.h
+++ b/lib/Utils/DebugDump.h
@@ -44,7 +44,7 @@ class CDebugDump
private:
std::string m_sDebugDumpDir;
int m_nFD;
- bool m_bLockCreated;
+ bool m_bUnlock;
void SaveEnvironment();
void SaveTime();