1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Fix incorrect return type in backupFile().

This commit is contained in:
David Steele 2023-01-10 10:14:43 +07:00
parent b722d2b6ca
commit bf9e331ac1

View File

@ -306,5 +306,5 @@ backupFile(
}
MEM_CONTEXT_TEMP_END();
FUNCTION_LOG_RETURN_STRUCT(result);
FUNCTION_LOG_RETURN(LIST, result);
}