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:
parent
95063f6812
commit
753b60d3d5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user