From a2786588d2ccb01f96e92e039c2aaf18f77d5d5c Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 27 Jun 2018 22:13:05 -0400 Subject: driver: slbt_init_host_params(): do not set fnative when !fdumpmachine. --- src/driver/slbt_driver_ctx.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/driver/slbt_driver_ctx.c') 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) -- cgit v1.2.3