From ecd0a790c814ad6faf8a3c1f69a18704cbdaa9e7 Mon Sep 17 00:00:00 2001 From: midipix Date: Aug 19 2018 02:14:06 +0000 Subject: driver: ntux_get_driver_ctx(): support stack-based argv. --- 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;