summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/driver/ntux_driver_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/ntux_driver_ctx.c b/src/driver/ntux_driver_ctx.c
index 75362bb..e2440b5 100644
--- a/src/driver/ntux_driver_ctx.c
+++ b/src/driver/ntux_driver_ctx.c
@@ -62,7 +62,7 @@ struct ntux_driver_ctx_alloc {
static uint32_t ntux_argv_flags(uint32_t flags)
{
- uint32_t ret = 0;
+ uint32_t ret = ARGV_CLONE_VECTOR;
if (flags & NTUX_DRIVER_VERBOSITY_NONE)
ret |= ARGV_VERBOSITY_NONE;