mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-05 15:05:48 +02:00
Add assert missed in 1b486847.
Contributed by Cynthia Shang.
This commit is contained in:
parent
1e5f2713b2
commit
2a85df95c1
@ -128,6 +128,8 @@ archivePushProcessList(const String *walPath)
|
||||
FUNCTION_LOG_PARAM(STRING, walPath);
|
||||
FUNCTION_LOG_END();
|
||||
|
||||
ASSERT(walPath != NULL);
|
||||
|
||||
StringList *result = NULL;
|
||||
|
||||
MEM_CONTEXT_TEMP_BEGIN()
|
||||
|
Loading…
x
Reference in New Issue
Block a user