mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 20:45:18 +00:00
openvz: Need to initialize 'ret' for kb_per_pages error path
This commit is contained in:
parent
bbf1806f31
commit
2581270527
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user