
19 Dec
2023
19 Dec
'23
3:51 p.m.
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@redhat.com> --- src/remote/remote_driver.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal