mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-29 15:54:48 -05:00
virutil: Fix compilation on non-linux platforms
There has been a typo in virIsCapbleVport function name.
This commit is contained in:
+2
-2
@@ -3590,8 +3590,8 @@ 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"));
|
||||||
return -1;
|
return -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user