1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-31 14:50:37 +03:00

preset pl to NULL

This commit is contained in:
Alasdair Kergon 2005-06-14 18:29:12 +00:00
parent 85dc22ebb7
commit 0a5e0e1f71

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;