diff --git a/src/driver/amgc_driver_ctx.c b/src/driver/amgc_driver_ctx.c index 7546168..09aaf4a 100644 --- a/src/driver/amgc_driver_ctx.c +++ b/src/driver/amgc_driver_ctx.c @@ -44,7 +44,7 @@ struct amgc_driver_ctx_alloc { static uint32_t amgc_argv_flags(uint32_t flags) { - uint32_t ret = 0; + uint32_t ret = ARGV_CLONE_VECTOR; if (flags & AMGC_DRIVER_VERBOSITY_NONE) ret |= ARGV_VERBOSITY_NONE;