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