virt-ls: Don't initialize path = NULL.

This commit is contained in:
Richard W.M. Jones
2012-05-17 17:19:09 +01:00
parent 32765e440c
commit 88a854cf7f

View File

@@ -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 ();