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;