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