mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
OpenBSD vnconfig no longer needs -c option (#1002)
Co-authored-by: Your Name <you@example.com>
This commit is contained in:
@@ -69,8 +69,6 @@ namespace VeraCrypt
|
||||
if (freeVnd == -1)
|
||||
throw "couldn't find free vnd";
|
||||
|
||||
args.push_back ("-c");
|
||||
|
||||
stringstream freePath;
|
||||
freePath << "vnd" << freeVnd;
|
||||
args.push_back (freePath.str());
|
||||
|
||||
Reference in New Issue
Block a user