diff options
| author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-02-12 19:10:27 +0100 |
|---|---|---|
| committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-02-12 19:10:27 +0100 |
| commit | 0f4bdae3d730bb6106b421f1e4f88dbf5bc7e98f (patch) | |
| tree | b8e3c3267b6e637b27ee20fcc44081fa022cc754 /lib/Utils/DebugDump.h | |
| parent | 95912e10fb5ee698b99f338a6933a994b5c6d5a8 (diff) | |
| download | abrt-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.h | 2 |
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(); |
