mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 23:07:44 +00:00
apparmor: Fix build
This commit is contained in:
parent
7f193f1f78
commit
cdfe739c97
@ -1022,7 +1022,8 @@ get_files(vahControl * ctl)
|
||||
switch (dev->source.subsys.type) {
|
||||
case VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_USB: {
|
||||
usbDevice *usb = usbGetDevice(dev->source.subsys.u.usb.bus,
|
||||
dev->source.subsys.u.usb.device);
|
||||
dev->source.subsys.u.usb.device,
|
||||
NULL);
|
||||
|
||||
if (usb == NULL)
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user