mirror of
git://sourceware.org/git/lvm2.git
synced 2025-04-01 18:50:41 +03:00
debug: drop stack from regular path
This commit is contained in:
parent
97770d5aeb
commit
670d982568
4
lib/cache/lvmcache.c
vendored
4
lib/cache/lvmcache.c
vendored
@ -401,10 +401,10 @@ const char *lvmcache_vgid_from_vgname(struct cmd_context *cmd, const char *vgnam
|
||||
|
||||
if (_found_duplicate_vgnames) {
|
||||
if (!(vginfo = _search_vginfos_list(vgname, NULL)))
|
||||
return_NULL;
|
||||
return NULL;
|
||||
} else {
|
||||
if (!(vginfo = dm_hash_lookup(_vgname_hash, vgname)))
|
||||
return_NULL;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (vginfo->has_duplicate_local_vgname) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user