summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb_upgrade.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/sysdb_upgrade.c')
-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 c90096c76..f89474663 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;
}