Fix regression in core service deserialization (#1367)

Introducing data into the standard out in the core service will
cause deserialization problems, as the pipes are used for interprocess
communication.
This commit is contained in:
Jertzukka 2024-06-24 10:07:19 +03:00 committed by GitHub
parent 0ea32b02b9
commit 292fe82840
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -728,7 +728,6 @@ namespace VeraCrypt
}
catch (...)
{
wcout << L"Exception. Error mounting volume: " << wstring(*options.Path) << endl;
try
{
VolumeInfoList mountedVolumes = GetMountedVolumes (*options.Path);