mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
Fix warning when macvtap support is disabled
This commit is contained in:
parent
270b0b5f2e
commit
45147ca37f
@ -1689,6 +1689,7 @@ qemudPhysIfaceConnect(virConnectPtr conn,
|
||||
(void)qemuCmdFlags;
|
||||
(void)driver;
|
||||
(void)vmuuid;
|
||||
(void)vmop;
|
||||
qemuReportError(VIR_ERR_INTERNAL_ERROR,
|
||||
"%s", _("No support for macvtap device"));
|
||||
rc = -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user