Skip to content

Commit

Permalink
Pass nil as HTTPManager (cloud class will create own HTTP connection …
Browse files Browse the repository at this point in the history
…in this case)
  • Loading branch information
Pozitronik authored and Pozitronik committed May 22, 2019
1 parent 9ea6f79 commit 8c97637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RemoteProperty.pas
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ procedure TPropertyForm.TempPublicCloudInit(publicUrl: WideString);
begin
TempCloudSettings.AccountSettings.public_account := true;
TempCloudSettings.AccountSettings.public_url := publicUrl;
self.TempPublicCloud := TCloudMailRu.Create(TempCloudSettings);
self.TempPublicCloud := TCloudMailRu.Create(TempCloudSettings, nil);
self.TempPublicCloud.login;
end;

Expand Down

0 comments on commit 8c97637

Please sign in to comment.