The returned result is something like "host5" acutally.
---
src/util/virutil.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/virutil.c b/src/util/virutil.c
index dfbef06..c83996d 100644
--- a/src/util/virutil.c
+++ b/src/util/virutil.c
@@ -3265,7 +3265,7 @@ cleanup:
/* virGetHostNameByWWN:
*
- * Iterate over the sysfs tree to get SCSI host name (e.g. scsi_host5)
+ * Iterate over the sysfs tree to get FC host name (e.g. host5)
* by wwnn,wwpn pair.
*/
char *
--
1.8.1.4