mirror of https://gitee.com/openkylin/libvirt.git
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…
Reference in New Issue