mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
util: command: do not return after abort
Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
1edf164848
commit
a97594795a
@ -1509,7 +1509,6 @@ virCommandAddArg(virCommandPtr cmd, const char *val)
|
||||
if (val == NULL) {
|
||||
cmd->has_error = EINVAL;
|
||||
abort();
|
||||
return;
|
||||
}
|
||||
|
||||
arg = g_strdup(val);
|
||||
|
Loading…
x
Reference in New Issue
Block a user