
9 Apr
2025
9 Apr
'25
10:39 a.m.
On 4/8/25 16:31, Peter Krempa via Devel wrote:
From: Peter Krempa <pkrempa@redhat.com>
When connecting to "esx://" URI there's code which prints a warning that the path is not "empty". The check validates that "uri->path" is "/".
In case when the user uses URI such as:
esx://hostname
the warning is printed as well. Since there is no effective difference betweeen the two allow empty strings as well.
Resolves: https://issues.redhat.com/browse/RHEL-86459 Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/esx/esx_driver.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal