Sfoglia il codice sorgente

Quick.Azure bug fix

Unknown 7 anni fa
parent
commit
da7b91d7c7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Quick.Azure.pas

+ 1 - 1
Quick.Azure.pas

@@ -679,7 +679,7 @@ begin
         AzContainers := BlobService.ListContainers(cNextMarker,AzParams,CloudResponseInfo);
         try
           azResponseInfo := GetResponseInfo(CloudResponseInfo);
-          if (azResponseInfo.StatusCode = 200) and (Assigned(AzContainer)) then
+          if (azResponseInfo.StatusCode = 200) and (Assigned(AzContainers)) then
           begin
             for AzContainer in AzContainers do
             begin