mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Bug #806: Fix rc variable initialization in ImagePool::disk_attribute
This commit is contained in:
parent
f2a45ed139
commit
1ff5ae0f0e
@ -135,7 +135,7 @@ int ImagePool::disk_attribute(VectorAttribute * disk,
|
||||
{
|
||||
string source;
|
||||
Image * img = 0;
|
||||
int rc;
|
||||
int rc = 0;
|
||||
|
||||
ostringstream oss;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user