]> xenbits.xensource.com Git - libvirt.git/commitdiff
util: virvhba: fix typo that breaks build on non-linux systems
authorPavel Hrdina <phrdina@redhat.com>
Sun, 19 Feb 2017 14:47:27 +0000 (15:47 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Sun, 19 Feb 2017 14:47:27 +0000 (15:47 +0100)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/util/virvhba.c

index 3a052f7b2e7c3286a21fa2fc813e9f88b11bea5d..203ba43a3d8236d5666323980de46d14f8903157 100644 (file)
@@ -476,7 +476,7 @@ virVHBAPathExists(const char *sysfs_prefix ATTRIBUTE_UNUSED,
 
 
 bool
-virVHBAVportIsCapable(const char *sysfs_prefix ATTRIBUTE_UNUSED,
+virVHBAIsVportCapable(const char *sysfs_prefix ATTRIBUTE_UNUSED,
                       int host ATTRIBUTE_UNUSED)
 {
     virReportSystemError(ENOSYS, "%s", _("Not supported on this platform"));