1
0
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:
Zdenek Kabelac 2015-10-13 22:10:47 +02:00
parent a91fbe9d27
commit 3f1a3b7090

View File

@ -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,