summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-08-17 21:56:29 -0400
committermidipix <writeonce@midipix.org>2018-08-17 21:56:29 -0400
commite5b01fcaa22f9072856b140165f428377c1f4945 (patch)
tree9892a1b09fbe14cec323edff986ae00a65c403ee
parentefc472bc14a9a8abe14d69244fa1d8e291b41c0b (diff)
downloadmdso-e5b01fcaa2.tar.bz2
mdso-e5b01fcaa2.tar.xz
driver: mdso_get_driver_ctx(): support stack-based argv.
-rw-r--r--src/driver/mdso_driver_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/mdso_driver_ctx.c b/src/driver/mdso_driver_ctx.c
index f85ee80..f4a83c1 100644
--- a/src/driver/mdso_driver_ctx.c
+++ b/src/driver/mdso_driver_ctx.c
@@ -42,7 +42,7 @@ struct mdso_driver_ctx_alloc {
static uint32_t mdso_argv_flags(uint32_t flags)
{
- uint32_t ret = 0;
+ uint32_t ret = ARGV_CLONE_VECTOR;
if (flags & MDSO_DRIVER_VERBOSITY_NONE)
ret |= ARGV_VERBOSITY_NONE;