mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
dmeventd: fix missing '!'
During recent code changes '!' was badly converted.
This commit is contained in:
parent
a91fbe9d27
commit
3f1a3b7090
@ -201,7 +201,7 @@ int register_device(const char *device,
|
||||
{
|
||||
struct dso_state *state;
|
||||
|
||||
if (dmeventd_lvm2_init_with_pool("snapshot_state", state))
|
||||
if (!dmeventd_lvm2_init_with_pool("snapshot_state", state))
|
||||
goto_bad;
|
||||
|
||||
if (!dmeventd_lvm2_command(state->mem, state->cmd_lvextend,
|
||||
|
Loading…
x
Reference in New Issue
Block a user