summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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;