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:
@@ -728,7 +728,6 @@ namespace VeraCrypt
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
wcout << L"Exception. Error mounting volume: " << wstring(*options.Path) << endl;
|
||||
try
|
||||
{
|
||||
VolumeInfoList mountedVolumes = GetMountedVolumes (*options.Path);
|
||||
|
||||
Reference in New Issue
Block a user