From ecd0a790c814ad6faf8a3c1f69a18704cbdaa9e7 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 18 Aug 2018 15:54:16 +0000 Subject: driver: ntux_get_driver_ctx(): support stack-based argv. --- src/driver/ntux_driver_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/driver') 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; -- cgit v1.2.3