1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-03 14:52:21 +02:00

Add missing assert.

This commit is contained in:
David Steele 2021-03-04 14:21:30 -05:00
parent 95063f6812
commit 753b60d3d5

View File

@ -171,6 +171,7 @@ storageWriteAzure(THIS_VOID, const Buffer *buffer)
FUNCTION_LOG_END();
ASSERT(this != NULL);
ASSERT(buffer != NULL);
ASSERT(this->blockBuffer != NULL);
size_t bytesTotal = 0;