diff options
author | midipix <writeonce@midipix.org> | 2018-06-27 22:13:05 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-06-29 01:37:42 -0400 |
commit | a2786588d2ccb01f96e92e039c2aaf18f77d5d5c (patch) | |
tree | 7df3c8b7d1d5120093a56ed61545c079b6bc6db1 /src/driver/slbt_driver_ctx.c | |
parent | 56f2d481b982935757931859339c94dfe062815a (diff) | |
download | slibtool-a2786588d2ccb01f96e92e039c2aaf18f77d5d5c.tar.bz2 slibtool-a2786588d2ccb01f96e92e039c2aaf18f77d5d5c.tar.xz |
driver: slbt_init_host_params(): do not set fnative when !fdumpmachine.
Diffstat (limited to 'src/driver/slbt_driver_ctx.c')
-rw-r--r-- | src/driver/slbt_driver_ctx.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |