[libvirt] [PATCH] util: virvhba: fix typo that breaks build on non-linux systems

Pavel Hrdina phrdina at redhat.com
Sun Feb 19 14:52:56 UTC 2017


Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---

Pushed as build breaker, found by ci.centos.org.

 src/util/virvhba.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/virvhba.c b/src/util/virvhba.c
index 3a052f7b2e..203ba43a3d 100644
--- a/src/util/virvhba.c
+++ b/src/util/virvhba.c
@@ -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"));
-- 
2.11.1




More information about the libvir-list mailing list