mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
virutil: Fix compilation on non-linux platforms
There has been a typo in virIsCapbleVport function name.
This commit is contained in:
parent
5eeb56fb2a
commit
0e9df6bd10
@ -3590,7 +3590,7 @@ virIsCapableFCHost(const char *sysfs_prefix ATTRIBUTE_UNUSED,
|
|||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
virIsCapbleVport(const char *sysfs_prefix ATTRIBUTE_UNUSED,
|
virIsCapableVport(const char *sysfs_prefix ATTRIBUTE_UNUSED,
|
||||||
int host ATTRIBUTE_UNUSED)
|
int host ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
virReportSystemError(ENOSYS, "%s", _("Not supported on this platform"));
|
virReportSystemError(ENOSYS, "%s", _("Not supported on this platform"));
|
||||||
|
Loading…
Reference in New Issue
Block a user