mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Add missing assert.
This commit is contained in:
parent
af33126cb6
commit
518bba1ed9
@ -45,6 +45,7 @@ storageDriverRemoteNew(
|
||||
|
||||
ASSERT(modeFile != 0);
|
||||
ASSERT(modePath != 0);
|
||||
ASSERT(client != NULL);
|
||||
|
||||
// Create the object
|
||||
StorageDriverRemote *this = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user