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

toollib: fix wrong paren placement

This commit is contained in:
David Teigland 2015-10-26 16:27:26 -05:00
parent 6624833839
commit 44ba862674

View File

@ -3119,7 +3119,7 @@ int process_each_pv(struct cmd_context *cmd,
return ret;
}
if ((ret = _get_arg_devices(cmd, &arg_pvnames, &arg_devices) != ECMD_PROCESSED))
if ((ret = _get_arg_devices(cmd, &arg_pvnames, &arg_devices)) != ECMD_PROCESSED)
/* get_arg_devices reports the error for any PV names not found. */
ret_max = ECMD_FAILED;