diff options
Diffstat (limited to 'src/burn/engine/dependency.cpp')
| -rw-r--r-- | src/burn/engine/dependency.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/burn/engine/dependency.cpp b/src/burn/engine/dependency.cpp index 6ee95935..ce183a8a 100644 --- a/src/burn/engine/dependency.cpp +++ b/src/burn/engine/dependency.cpp | |||
| @@ -246,6 +246,11 @@ extern "C" HRESULT DependencyDetectProviderKeyBundleId( | |||
| 246 | hr = StrAllocString(&pRegistration->sczDetectedProviderKeyBundleId, pRegistration->sczProviderKey, 0); | 246 | hr = StrAllocString(&pRegistration->sczDetectedProviderKeyBundleId, pRegistration->sczProviderKey, 0); |
| 247 | ExitOnFailure(hr, "Failed to initialize provider key bundle id."); | 247 | ExitOnFailure(hr, "Failed to initialize provider key bundle id."); |
| 248 | } | 248 | } |
| 249 | else if (CSTR_EQUAL != ::CompareStringW(LOCALE_NEUTRAL, NORM_IGNORECASE, pRegistration->sczId, -1, pRegistration->sczDetectedProviderKeyBundleId, -1)) | ||
| 250 | { | ||
| 251 | pRegistration->fDetectedForeignProviderKeyBundleId = TRUE; | ||
| 252 | LogId(REPORT_STANDARD, MSG_DETECTED_FOREIGN_BUNDLE_PROVIDER_REGISTRATION, pRegistration->sczProviderKey, pRegistration->sczDetectedProviderKeyBundleId); | ||
| 253 | } | ||
| 249 | 254 | ||
| 250 | LExit: | 255 | LExit: |
| 251 | return hr; | 256 | return hr; |
