We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb06f75 commit b8977d6Copy full SHA for b8977d6
src/api/burn/balutil/msg.cpp
@@ -513,6 +513,8 @@ static HRESULT OnCacheAcquireResolving(
513
hr = BuffReaderReadString(pReaderArgs, &sczDownloadUrl);
514
ExitOnFailure(hr, "Failed to read download url of OnCacheAcquireResolving args.");
515
516
+ args.wzDownloadUrl = sczDownloadUrl;
517
+
518
hr = BuffReaderReadString(pReaderArgs, &sczPayloadContainerId);
519
ExitOnFailure(hr, "Failed to read payload container id of OnCacheAcquireResolving args.");
520
0 commit comments