VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Core/Unix/OpenBSD/CoreOpenBSD.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/Unix/OpenBSD/CoreOpenBSD.cpp')
-rw-r--r--src/Core/Unix/OpenBSD/CoreOpenBSD.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Core/Unix/OpenBSD/CoreOpenBSD.cpp b/src/Core/Unix/OpenBSD/CoreOpenBSD.cpp
index 0b55b401..3064103b 100644
--- a/src/Core/Unix/OpenBSD/CoreOpenBSD.cpp
+++ b/src/Core/Unix/OpenBSD/CoreOpenBSD.cpp
@@ -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());