Print just the variables when we're not printing the values.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-03-03 20:23:01 +00:00
parent 80967c8e1c
commit 902af7c6f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314617

View File

@ -219,6 +219,8 @@ print_var(efi_guid_t *guid, char *name)
bindump(data, datalen);
else
hexdump(data, datalen);
} else {
printf("%s-%s", gname, name);
}
free(gname);
if (!Nflag)