mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
fix return code
This commit is contained in:
parent
736e31313c
commit
9c333277cc
@ -51,7 +51,7 @@ static int _pvdisplay_single(struct cmd_context *cmd, struct volume_group *vg,
|
|||||||
if (!arg_count(cmd, maps_ARG))
|
if (!arg_count(cmd, maps_ARG))
|
||||||
return ECMD_PROCESSED;
|
return ECMD_PROCESSED;
|
||||||
|
|
||||||
return 0;
|
return ECMD_PROCESSED;
|
||||||
}
|
}
|
||||||
|
|
||||||
int pvdisplay(struct cmd_context *cmd, int argc, char **argv)
|
int pvdisplay(struct cmd_context *cmd, int argc, char **argv)
|
||||||
|
Loading…
Reference in New Issue
Block a user