mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 21:15:20 +00:00
esx: Don't warn about '/' paths
This commit is contained in:
parent
1e93e37bbf
commit
a5d8d265a2
@ -293,7 +293,7 @@ esxOpen(virConnectPtr conn, virConnectAuthPtr auth, int flags ATTRIBUTE_UNUSED)
|
|||||||
return VIR_DRV_OPEN_DECLINED;
|
return VIR_DRV_OPEN_DECLINED;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (conn->uri->path != NULL) {
|
if (conn->uri->path != NULL && STRNEQ(conn->uri->path, "/")) {
|
||||||
VIR_WARN("Ignoring unexpected path '%s' in URI", conn->uri->path);
|
VIR_WARN("Ignoring unexpected path '%s' in URI", conn->uri->path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user