1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

Use 'active' for !suspended as the code already uses that.

This commit is contained in:
Alasdair Kergon 2008-04-21 16:57:11 +00:00
parent 82bacfc3b2
commit 14004cf20c

View File

@ -1678,7 +1678,7 @@ static int _dm_info_suspended_disp(struct dm_report *rh,
if (info->suspended)
dm_report_field_set_value(field, "Suspended", NULL);
else
dm_report_field_set_value(field, "", NULL);
dm_report_field_set_value(field, "Active", NULL);
return 1;
}