summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-05-26 19:10:36 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-05-26 19:10:36 +0200
commit020bb871c0fee395d8580e70e09c192ace0c2593 (patch)
tree2786f27fddf86cf25dbdb4849f0fdecb6bec5894 /lib
parentd4d988fe7b9e741391349721a5b823942ee3d33d (diff)
parent5d2c30f44bacd110d7d95a8a4a833d6d9b76e1db (diff)
downloadabrt-020bb871c0fee395d8580e70e09c192ace0c2593.tar.gz
abrt-020bb871c0fee395d8580e70e09c192ace0c2593.tar.xz
abrt-020bb871c0fee395d8580e70e09c192ace0c2593.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins/SQLite3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/SQLite3.cpp b/lib/Plugins/SQLite3.cpp
index 6ccadae4..74d2dcdb 100644
--- a/lib/Plugins/SQLite3.cpp
+++ b/lib/Plugins/SQLite3.cpp
@@ -328,7 +328,7 @@ static bool check_table(sqlite3 *db)
CSQLite3::CSQLite3() :
- m_sDBPath(LOCALSTATEDIR "/cache/abrt/abrt-db"),
+ m_sDBPath(LOCALSTATEDIR "/spool/abrt/abrt-db"),
m_pDB(NULL)
{}