diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/api/burn/balutil/msg.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/api/burn/balutil/msg.cpp b/src/api/burn/balutil/msg.cpp index b728cc83..b37cce8c 100644 --- a/src/api/burn/balutil/msg.cpp +++ b/src/api/burn/balutil/msg.cpp | |||
| @@ -513,6 +513,8 @@ static HRESULT OnCacheAcquireResolving( | |||
| 513 | hr = BuffReaderReadString(pReaderArgs, &sczDownloadUrl); | 513 | hr = BuffReaderReadString(pReaderArgs, &sczDownloadUrl); |
| 514 | ExitOnFailure(hr, "Failed to read download url of OnCacheAcquireResolving args."); | 514 | ExitOnFailure(hr, "Failed to read download url of OnCacheAcquireResolving args."); |
| 515 | 515 | ||
| 516 | args.wzDownloadUrl = sczDownloadUrl; | ||
| 517 | |||
| 516 | hr = BuffReaderReadString(pReaderArgs, &sczPayloadContainerId); | 518 | hr = BuffReaderReadString(pReaderArgs, &sczPayloadContainerId); |
| 517 | ExitOnFailure(hr, "Failed to read payload container id of OnCacheAcquireResolving args."); | 519 | ExitOnFailure(hr, "Failed to read payload container id of OnCacheAcquireResolving args."); |
| 518 | 520 | ||
