mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
format-text: Fix a warning.
This commit is contained in:
parent
3e5bec37e9
commit
fb003cdfd5
@ -1684,7 +1684,7 @@ static int _mda_export_text_raw(struct metadata_area *mda,
|
|||||||
struct mda_context *mdc = (struct mda_context *) mda->metadata_locn;
|
struct mda_context *mdc = (struct mda_context *) mda->metadata_locn;
|
||||||
char mdah[MDA_HEADER_SIZE]; /* temporary */
|
char mdah[MDA_HEADER_SIZE]; /* temporary */
|
||||||
|
|
||||||
if (!mdc || !_raw_read_mda_header(mdah, &mdc->area))
|
if (!mdc || !_raw_read_mda_header((struct mda_header *)mdah, &mdc->area))
|
||||||
return 1; /* pretend the MDA does not exist */
|
return 1; /* pretend the MDA does not exist */
|
||||||
|
|
||||||
return config_make_nodes(cft, parent, NULL,
|
return config_make_nodes(cft, parent, NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user