1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

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

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);