mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
virt-ls: Don't initialize path = NULL.
This commit is contained in:
@@ -781,7 +781,7 @@ show_file (const char *dir, const char *name,
|
||||
const struct guestfs_xattr_list *xattrs)
|
||||
{
|
||||
char filetype[2];
|
||||
char *path = NULL, *csum = NULL, *link = NULL;
|
||||
char *path, *csum = NULL, *link = NULL;
|
||||
|
||||
/* Display the basic fields. */
|
||||
output_start_line ();
|
||||
|
||||
Reference in New Issue
Block a user