1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-04-30 22:50:45 +03:00

preset pl to NULL

This commit is contained in:
Alasdair Kergon 2005-06-14 18:29:12 +00:00
parent b6d69d0c1e
commit fbb77ddb23

View File

@ -245,7 +245,7 @@ static int _read_vg_pds(const struct format_type *fmt, struct pool *mem,
uint32_t *devcount)
{
struct lvmcache_info *info;
struct pool_list *pl;
struct pool_list *pl = NULL;
struct pool *tmpmem;
uint32_t sp_count = 0;