1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

o zero all of uuid

This commit is contained in:
Joe Thornber 2001-10-10 13:33:20 +00:00
parent 023c303501
commit 398c218b03

View File

@ -507,6 +507,7 @@ int export_uuids(struct disk_list *dl, struct volume_group *vg)
return 0; return 0;
} }
memset(&ul->uuid, 0, NAME_LEN);
memcpy(&ul->uuid, &pvl->pv.id.uuid, ID_LEN); memcpy(&ul->uuid, &pvl->pv.id.uuid, ID_LEN);
ul->uuid[ID_LEN] = '\0'; ul->uuid[ID_LEN] = '\0';