mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
network: fix indentation in networkBuildDnsmasqArgv
This block was inadvertently added with the wrong indentation.
This commit is contained in:
parent
ca43756800
commit
8e49ade18a
@ -621,7 +621,6 @@ networkBuildDnsmasqArgv(virNetworkObjPtr network,
|
|||||||
if (dctx->addnhostsfile->nhosts)
|
if (dctx->addnhostsfile->nhosts)
|
||||||
virCommandAddArgPair(cmd, "--addn-hosts",
|
virCommandAddArgPair(cmd, "--addn-hosts",
|
||||||
dctx->addnhostsfile->path);
|
dctx->addnhostsfile->path);
|
||||||
|
|
||||||
dnsmasqContextFree(dctx);
|
dnsmasqContextFree(dctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user