Skip to content

Commit 7235c3f

Browse files
committed
Merge branch 'REL_2_5' into REL_2_6
2 parents 622acad + 0855785 commit 7235c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ do_validate_instance(InstanceState *instanceState)
522522
/* determine missing backup ID */
523523

524524
parent_backup_id = base36enc(tmp_backup->parent_backup);
525-
current_backup_id = base36enc(current_backup->parent_backup);
525+
current_backup_id = backup_id_of(current_backup);
526526
corrupted_backup_found = true;
527527

528528
/* orphanize current_backup */

0 commit comments

Comments
 (0)