1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

o uuid_list->id should be NAME_LEN wide

This commit is contained in:
Joe Thornber 2001-10-10 13:30:58 +00:00
parent 7ca11f8f96
commit 023c303501

View File

@ -131,7 +131,7 @@ struct pe_disk {
struct uuid_list {
struct list_head list;
char uuid[ID_LEN + 1];
char uuid[NAME_LEN];
};
struct lvd_list {