summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Python.cpp
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-01-20 18:46:06 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-01-20 18:46:06 +0100
commit4f11e5697a459f787e45a9821f44d1674a68f848 (patch)
tree409c70f70d8100565ee3b7ebf744e0ddf54b8d58 /lib/Plugins/Python.cpp
parent888ea986f9820db3d9cd256c82ec9b00eba9c26e (diff)
parent5eb422818258b63357ef1996de24db0ebe7c9cae (diff)
downloadabrt-4f11e5697a459f787e45a9821f44d1674a68f848.tar.gz
abrt-4f11e5697a459f787e45a9821f44d1674a68f848.tar.xz
abrt-4f11e5697a459f787e45a9821f44d1674a68f848.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib/Plugins/Python.cpp')
-rw-r--r--lib/Plugins/Python.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Python.cpp b/lib/Plugins/Python.cpp
index 79247d6..ad95468 100644
--- a/lib/Plugins/Python.cpp
+++ b/lib/Plugins/Python.cpp
@@ -5,9 +5,9 @@
static std::string CreateHash(const char *pDebugDumpDir)
{
- std::string uuid;
CDebugDump dd;
dd.Open(pDebugDumpDir);
+ std::string uuid;
dd.LoadText(FILENAME_UUID, uuid);
return uuid;
}