1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

debug: drop stack from regular code flow

This commit is contained in:
Zdenek Kabelac 2021-03-12 22:30:29 +01:00
parent eadd58a97d
commit bc1bc4cffc
2 changed files with 2 additions and 2 deletions

View File

@ -448,7 +448,7 @@ static int _dev_in_hint_hash(struct cmd_context *cmd, struct device *dev)
return 0;
if (!dev_get_size(dev, &devsize) || !devsize)
return_0;
return 0;
return 1;
}

View File

@ -4603,7 +4603,7 @@ static bool _scan_text_mismatch(struct cmd_context *cmd, const char *vgname, con
/* For other commands, return mismatch immediately. */
if (ret)
goto_out;
goto out;
}
if (ret) {