1
0
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:
David Steele 2019-04-29 17:22:01 -04:00
parent af33126cb6
commit 518bba1ed9

View File

@ -45,6 +45,7 @@ storageDriverRemoteNew(
ASSERT(modeFile != 0);
ASSERT(modePath != 0);
ASSERT(client != NULL);
// Create the object
StorageDriverRemote *this = NULL;