mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-04 21:47:46 +03:00
Oops missed braces in previous commit
This has disabled clvmd for being executed. (FIXME improve testing part to catch this fault)
This commit is contained in:
parent
f47f37485e
commit
3d0906496b
@ -440,9 +440,10 @@ int main(int argc, char *argv[])
|
||||
perror("Cannot set LANG to C");
|
||||
|
||||
/* Setting debug options on an existing clvmd */
|
||||
if (debug_opt && !check_local_clvmd())
|
||||
if (debug_opt && !check_local_clvmd()) {
|
||||
dm_hash_destroy(lvm_params.excl_uuid);
|
||||
return debug_clvmd(debug_arg, clusterwide_opt)==1?0:1;
|
||||
}
|
||||
|
||||
clvmd_set_debug(debug_opt);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user