1
0
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:
Carlos Martín 2011-09-13 19:17:12 +02:00
parent f2a45ed139
commit 1ff5ae0f0e

View File

@ -135,7 +135,7 @@ int ImagePool::disk_attribute(VectorAttribute * disk,
{
string source;
Image * img = 0;
int rc;
int rc = 0;
ostringstream oss;