On 12/19/23 16:48, Ján Tomko wrote:
As of commit b2d079c113a which converted this function to use
g_strdup,
the error label is only reached when i = 0, rendering it useless.
Remove it.
Fixes:
https://gitlab.com/libvirt/libvirt/-/issues/572
Signed-off-by: Ján Tomko <jtomko(a)redhat.com>
---
src/remote/remote_driver.c | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
Michal