]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
virutil: Fix compilation on non-linux platforms
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 28 Mar 2013 12:20:41 +0000 (13:20 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 28 Mar 2013 12:23:04 +0000 (13:23 +0100)
There has been a typo in virIsCapbleVport function name.

src/util/virutil.c

index d5f122f6c510c40eb9d84c364ff2a237068e861a..87a97c9a0af656f7d8157824aa73845f9bf23e10 100644 (file)
@@ -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;