
7 Oct
2021
7 Oct
'21
12:50 p.m.
On a Thursday in 2021, Peter Krempa wrote:
The returned argument list is a NULL-terminated string list and the only caller doesn't use the count. Remove the argument.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/util/vircommand.c | 4 +--- src/util/vircommand.h | 2 +- tests/qemuxml2argvtest.c | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano