Add missing init value for variable 'found' which is later tested and may
have contained some garbage value.
Version 2.02.75 -
=====================================
+ Fix missing initilization in cluser_send() function rom cmirrord.
Fix pointer for VG name in _pv_resize_single error code path.
Fix warning for changed alignment requirements for dmeventd read/write func.
Add global/metadata_read_only to use unrepaired metadata in read-only cmds.
{
int r;
int count=0;
- int found;
+ int found = 0;
struct iovec iov;
struct clog_cpg *entry;