diff options
author | Philip Van Hoof <philip@codeminded.be> | 2011-06-24 17:56:01 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2011-06-29 17:24:42 +0200 |
commit | 79ad6802d34a8d2f45c2de7b760b2dabe10fbb29 (patch) | |
tree | 2c56abb32a6efabe2973c28dbcbbfbba504a50f0 /utils | |
parent | 44ca01c2fec4ae4c5fb38efe0f928e75a477188e (diff) | |
download | tracker-79ad6802d34a8d2f45c2de7b760b2dabe10fbb29.tar.gz |
libtracker-data: Initialization of db during restore must be handled if fails
In case the initialization of the db fails during the restore of a
backup, and only in case of --disable-journal, then should the init
fail with an error instead of trying to recreate a clean meta.db
Diffstat (limited to 'utils')
-rw-r--r-- | utils/tracker-sql/tracker-sql.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/tracker-sql/tracker-sql.c b/utils/tracker-sql/tracker-sql.c index db5416b1a..43eb6d463 100644 --- a/utils/tracker-sql/tracker-sql.c +++ b/utils/tracker-sql/tracker-sql.c @@ -134,6 +134,7 @@ main (int argc, char **argv) NULL, &first_time, FALSE, + FALSE, 100, 100, NULL, |