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 <jtomko@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
&time_info);
if (parent) {
- if (vshTableRowAppend(table, snap_name, timestr, state, parent_snap,
+ if (vshTableRowAppend(table, snap_name, timestr, state,
+ NULLSTR_EMPTY(parent_snap),
NULL) < 0)
goto cleanup;
} else {