# HG changeset patch # User Alain Mazy # Date 1630935137 -7200 # Node ID a2bb9acdc5e6bbec5e17d8bb48cae181c77d8811 # Parent 16e419fe80c511d7bf742f4aad180a8c6f09b2a4 fix diff -r 16e419fe80c5 -r a2bb9acdc5e6 Azure/AzureBlobStoragePlugin.cpp --- a/Azure/AzureBlobStoragePlugin.cpp Mon Sep 06 14:21:56 2021 +0200 +++ b/Azure/AzureBlobStoragePlugin.cpp Mon Sep 06 15:32:17 2021 +0200 @@ -110,6 +110,7 @@ block_ = container_.get_block_blob_reference(utility::conversions::to_string_t(path)); block_.download_attributes(); // to retrieve the properties path_ = path; + return; } catch (std::exception& ex) {