Re: [libvirt PATCH v2 5/5] virshCheckpointListCollect: Do not pass NULL to qsort

2021-04-19 Thread Laine Stump
On 4/19/21 7:54 AM, Tim Wiederhake wrote: Signed-off-by: Tim Wiederhake Reviewed-by: Laine Stump I pushed all 5 patches.

[libvirt PATCH v2 5/5] virshCheckpointListCollect: Do not pass NULL to qsort

2021-04-19 Thread Tim Wiederhake
Signed-off-by: Tim Wiederhake --- tools/virsh-checkpoint.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/virsh-checkpoint.c b/tools/virsh-checkpoint.c index afe849dd16..e88f9ffb47 100644 --- a/tools/virsh-checkpoint.c +++ b/tools/virsh-checkpoint.c @@ -628,7 +628,8