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,8 +3590,8 @@ virIsCapableFCHost(const char *sysfs_prefix ATTRIBUTE_UNUSED,
|
||||
}
|
||||
|
||||
int
|
||||
virIsCapbleVport(const char *sysfs_prefix ATTRIBUTE_UNUSED,
|
||||
int host ATTRIBUTE_UNUSED)
|
||||
virIsCapableVport(const char *sysfs_prefix ATTRIBUTE_UNUSED,
|
||||
int host ATTRIBUTE_UNUSED)
|
||||
{
|
||||
virReportSystemError(ENOSYS, "%s", _("Not supported on this platform"));
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user