mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
openvz: Need to initialize 'ret' for kb_per_pages error path
This commit is contained in:
@@ -485,7 +485,7 @@ error:
|
||||
static int
|
||||
openvzReadMemConf(virDomainDefPtr def, int veid)
|
||||
{
|
||||
int ret;
|
||||
int ret = -1;
|
||||
char *temp = NULL;
|
||||
unsigned long long barrier, limit;
|
||||
const char *param;
|
||||
|
||||
Reference in New Issue
Block a user