summaryrefslogtreecommitdiffstats
path: root/src/db
diff options
context:
space:
mode:
authorNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>2014-01-11 13:42:24 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-02-12 22:31:10 +0100
commitdfdc99afd56b605632adc265bfb1f55cd52b3dbe (patch)
tree0b7e05d71ea2dffaf6d6cc4435aba1a3795ee513 /src/db
parent83bf46f4066e3d5e838a32357c201de9bd6ecdfd (diff)
downloadsssd-dfdc99afd56b605632adc265bfb1f55cd52b3dbe.tar.gz
sssd-dfdc99afd56b605632adc265bfb1f55cd52b3dbe.tar.xz
sssd-dfdc99afd56b605632adc265bfb1f55cd52b3dbe.zip
Update debug level in sysdb_check_upgrade_02
Update debug level passed to backup_file in sysdb_check_upgrade_02 to prepare for removal of old debug level support. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Stephen Gallagher <sgallagh@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'src/db')
-rw-r--r--src/db/sysdb_upgrade.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/sysdb_upgrade.c b/src/db/sysdb_upgrade.c
index fd13d3df3..8cd09f486 100644
--- a/src/db/sysdb_upgrade.c
+++ b/src/db/sysdb_upgrade.c
@@ -374,7 +374,7 @@ int sysdb_check_upgrade_02(struct sss_domain_info *domains,
talloc_zfree(ldb);
/* backup*/
- ret = backup_file(ldb_file, 0);
+ ret = backup_file(ldb_file, SSSDBG_FATAL_FAILURE);
if (ret != EOK) {
goto exit;
}