]> sourceware.org Git - lvm2.git/commitdiff
o uuid_list->id should be NAME_LEN wide
authorJoe Thornber <thornber@redhat.com>
Wed, 10 Oct 2001 13:30:58 +0000 (13:30 +0000)
committerJoe Thornber <thornber@redhat.com>
Wed, 10 Oct 2001 13:30:58 +0000 (13:30 +0000)
lib/format1/disk-rep.h

index 5ad2ed03e3aef9c427269351efe2833702a20535..1f232e6aa4058e7c8a96cfaf598c4954e05fbb1e 100644 (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 {
This page took 0.035723 seconds and 5 git commands to generate.