summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/driver/pe_driver_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/pe_driver_ctx.c b/src/driver/pe_driver_ctx.c
index f9a897e..13eef59 100644
--- a/src/driver/pe_driver_ctx.c
+++ b/src/driver/pe_driver_ctx.c
@@ -33,7 +33,7 @@ struct pe_driver_ctx_alloc {
static uint32_t pe_argv_flags(uint32_t flags)
{
- uint32_t ret = 0;
+ uint32_t ret = ARGV_CLONE_VECTOR;
if (flags & PERK_DRIVER_VERBOSITY_NONE)
ret |= ARGV_VERBOSITY_NONE;