mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 14:45:24 +00:00
bridge_driver: fix comment about dnsmasqCaps
We will never call dnsmasqCapsRefresh() so reflect what actually happens. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
45a61cbf68
commit
c3920fbc36
@ -748,7 +748,7 @@ networkStateInitialize(bool privileged,
|
||||
false, getpid())) < 0)
|
||||
goto error;
|
||||
|
||||
/* if this fails now, it will be retried later with dnsmasqCapsRefresh() */
|
||||
/* if this fails now, it will be retried later with networkDnsmasqCapsRefresh() */
|
||||
network_driver->dnsmasqCaps = dnsmasqCapsNewFromBinary(DNSMASQ);
|
||||
|
||||
if (!(network_driver->networks = virNetworkObjListNew()))
|
||||
|
Loading…
Reference in New Issue
Block a user