1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-06 08:49:29 +02:00

Fix comments.

This commit is contained in:
David Steele
2021-02-28 17:31:23 -05:00
parent 0766b7e524
commit 46922ff2e9

View File

@@ -348,11 +348,12 @@ storageRepoGet(unsigned int repoIdx, bool write)
STORAGE_MODE_FILE_DEFAULT, STORAGE_MODE_PATH_DEFAULT, write, storageRepoPathExpression, STORAGE_MODE_FILE_DEFAULT, STORAGE_MODE_PATH_DEFAULT, write, storageRepoPathExpression,
protocolRemoteGet(protocolStorageTypeRepo, repoIdx), cfgOptionUInt(cfgOptCompressLevelNetwork)); protocolRemoteGet(protocolStorageTypeRepo, repoIdx), cfgOptionUInt(cfgOptCompressLevelNetwork));
} }
// Use Azure storage // Use local storage
else else
{ {
const String *type = cfgOptionIdxStr(cfgOptRepoType, repoIdx); const String *type = cfgOptionIdxStr(cfgOptRepoType, repoIdx);
// Use Azure storage
if (strEqZ(type, STORAGE_AZURE_TYPE)) if (strEqZ(type, STORAGE_AZURE_TYPE))
{ {
result = storageAzureNew( result = storageAzureNew(