Re: [libvirt] [PATCH] virsh: fix snapshot list --parent

2019-02-14 Thread Eric Blake
On 2/14/19 7:48 AM, Ján Tomko wrote: > The root snapshot does not have a parent. > Use NULLSTR_EMPTY to pass an empty string instead of putting > too few columns in the table. > > https://bugzilla.redhat.com/show_bug.cgi?id=1662849 > > Signed-off-by: Ján Tomko > --- > tools/virsh-snapshot.c |

[libvirt] [PATCH] virsh: fix snapshot list --parent

2019-02-14 Thread Ján Tomko
The root snapshot does not have a parent. Use NULLSTR_EMPTY to pass an empty string instead of putting too few columns in the table. https://bugzilla.redhat.com/show_bug.cgi?id=1662849 Signed-off-by: Ján Tomko --- tools/virsh-snapshot.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)