diff --git a/tools/toollib.c b/tools/toollib.c index ae48e7bc8..ca198dceb 100644 --- a/tools/toollib.c +++ b/tools/toollib.c @@ -214,7 +214,7 @@ static int _ignore_vg(struct volume_group *vg, const char *vg_name, } } - if ((read_error == FAILED_CLUSTERED)) { + if (read_error == FAILED_CLUSTERED) { *skip = 1; stack; /* Error already logged */ return 1;