From a2786588d2ccb01f96e92e039c2aaf18f77d5d5c Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 29 2018 05:37:42 +0000 Subject: driver: slbt_init_host_params(): do not set fnative when !fdumpmachine. --- diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index cde2784..b82e147 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -478,7 +478,6 @@ static int slbt_init_host_params( } else if (!fdumpmachine) { host->host = drvhost->machine; cfgmeta->host = cfgnmachine; - fnative = true; } else if (slbt_dump_machine(cctx->cargv[0],buf,sizeof(buf)) < 0) { if (dctx)