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

libdm: fix <backtrace> in dm_stats_populate

This commit is contained in:
Bryn M. Reeves 2016-07-05 18:34:14 +01:00
parent 53e92441a6
commit 0f64f2d5fc

View File

@ -2227,7 +2227,7 @@ int dm_stats_populate(struct dm_stats *dms, const char *program_id,
/* successful list but no regions registered */
if (!dms->nr_regions)
return_0;
return 0;
dms->walk_flags = DM_STATS_WALK_REGION;
dm_stats_walk_start(dms);