mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
toollib: fix parentheses in assignment + comparison
This commit is contained in:
parent
200793edc6
commit
5407327bc6
@ -4464,7 +4464,7 @@ int process_each_pv(struct cmd_context *cmd,
|
||||
* from all VGs are processed first, removing them from all_devices. Then
|
||||
* any devs remaining in all_devices are processed.
|
||||
*/
|
||||
if ((ret = _get_all_devices(cmd, &all_devices) != ECMD_PROCESSED)) {
|
||||
if ((ret = _get_all_devices(cmd, &all_devices)) != ECMD_PROCESSED) {
|
||||
ret_max = ret;
|
||||
goto_out;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user