OpenBSD vnconfig no longer needs -c option (#1002)

Co-authored-by: Your Name <you@example.com>
This commit is contained in:
ZhanYF 2023-05-18 22:29:59 +00:00 committed by GitHub
parent f3d79d1f62
commit b6513d82f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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