diff options
Diffstat (limited to 'src/burn/engine/burnpipe.cpp')
| -rw-r--r-- | src/burn/engine/burnpipe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/burnpipe.cpp b/src/burn/engine/burnpipe.cpp index 25d602b1..ec85822e 100644 --- a/src/burn/engine/burnpipe.cpp +++ b/src/burn/engine/burnpipe.cpp | |||
| @@ -515,7 +515,7 @@ static HRESULT ChildPipeConnected( | |||
| 515 | ExitOnFailure(hr, "Failed to read verification secret from parent pipe."); | 515 | ExitOnFailure(hr, "Failed to read verification secret from parent pipe."); |
| 516 | 516 | ||
| 517 | // Verify the secrets match. | 517 | // Verify the secrets match. |
| 518 | if (CSTR_EQUAL != ::CompareStringW(LOCALE_NEUTRAL, 0, sczVerificationSecret, -1, wzSecret, -1)) | 518 | if (CSTR_EQUAL != ::CompareStringOrdinal(sczVerificationSecret, -1, wzSecret, -1, FALSE)) |
| 519 | { | 519 | { |
| 520 | hr = HRESULT_FROM_WIN32(ERROR_INVALID_DATA); | 520 | hr = HRESULT_FROM_WIN32(ERROR_INVALID_DATA); |
| 521 | ExitOnRootFailure(hr, "Verification secret from parent does not match."); | 521 | ExitOnRootFailure(hr, "Verification secret from parent does not match."); |
