diff --git a/src/driver/amgc_driver_ctx.c b/src/driver/amgc_driver_ctx.c index df149e9..d774307 100644 --- a/src/driver/amgc_driver_ctx.c +++ b/src/driver/amgc_driver_ctx.c @@ -151,6 +151,7 @@ int amgc_get_driver_ctx( nactions= 0; program = argv_program_name(argv[0]); memset(&cctx,0,sizeof(cctx)); + cctx.drvflags = flags; if (!argv[1] && (flags & AMGC_DRIVER_VERBOSITY_USAGE)) return amgc_driver_usage(program,0,options,meta);