mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-27 13:33:29 +01: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:
parent
0ea32b02b9
commit
292fe82840
@ -728,7 +728,6 @@ namespace VeraCrypt
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
wcout << L"Exception. Error mounting volume: " << wstring(*options.Path) << endl;
|
||||
try
|
||||
{
|
||||
VolumeInfoList mountedVolumes = GetMountedVolumes (*options.Path);
|
||||
|
Loading…
Reference in New Issue
Block a user