changeset 71:a2bb9acdc5e6

fix
author Alain Mazy <am@osimis.io>
date Mon, 06 Sep 2021 15:32:17 +0200
parents 16e419fe80c5
children 4a747c76ae3b
files Azure/AzureBlobStoragePlugin.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)
       {