I had made the change locally, so make check and make syntax-check
were successful, but forgot to add/commit. Unfortunately, git allows a
push when the local directory is dirty, so it didn't catch my mistake.
_("Device %s is already in use"), dev->name);
return -1;
}
- return VIR_APPEND_ELEMENT(list->devs, list->count, dev, true);
+ return VIR_APPEND_ELEMENT(list->devs, list->count, dev);
}
dev->name);
return -1;
}
- return VIR_APPEND_ELEMENT(list->devs, list->count, dev, true);
+ return VIR_APPEND_ELEMENT(list->devs, list->count, dev);
}
virUSBDevicePtr