mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
Fix broken in f26c95964 tests.config.ConfigTest.test_corrupt_backup_content
This commit is contained in:
+3
-1
@@ -1144,7 +1144,9 @@ get_backup_filelist(pgBackup *backup, bool strict)
|
||||
{
|
||||
elog(WARNING, "Invalid CRC of backup control file '%s': %u. Expected: %u",
|
||||
backup_filelist_path, content_crc, backup->content_crc);
|
||||
return NULL;
|
||||
parray_free(files);
|
||||
files = NULL;
|
||||
|
||||
}
|
||||
|
||||
/* redundant sanity? */
|
||||
|
||||
Reference in New Issue
Block a user