summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2004-06-20 15:14:31 +0000
committerAlasdair Kergon <agk@redhat.com>2004-06-20 15:14:31 +0000
commit02bd59827c3026a65452b83a8550b698c49a8a8f (patch)
tree6f295731003c409433a2db0cadaf8e7657fbf437
parent4991428510a2bdeb44368a4a9d62f50959feb193 (diff)
downloadlvm2-old-v2_00_17.tar.gz
Remove pv segments line from backport.v2_00_17old-v2_00_17
-rw-r--r--tools/toollib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/toollib.c b/tools/toollib.c
index 75649928e..092e1bfe7 100644
--- a/tools/toollib.c
+++ b/tools/toollib.c
@@ -485,7 +485,6 @@ static int _process_all_devs(struct cmd_context *cmd, void *handle,
while ((dev = dev_iter_get(iter))) {
if (!(pv = pv_read(cmd, dev_name(dev), NULL, NULL, 0))) {
memset(&pv_dummy, 0, sizeof(pv_dummy));
- list_init(&pv_dummy.segments);
list_init(&pv_dummy.tags);
pv_dummy.dev = dev;
pv_dummy.fmt = NULL;