1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #282: Wrong xml generation for Image.

This commit is contained in:
Carlos Martín 2010-08-03 17:38:48 +02:00 committed by Ruben S. Montero
parent 8faeadaf72
commit ff65436592

View File

@ -358,7 +358,7 @@ int Image::dump(ostringstream& oss, int num, char **values, char **names)
"<SOURCE>" << values[SOURCE] << "</SOURCE>" <<
"<STATE>" << values[STATE] << "</STATE>" <<
"<RUNNING_VMS>" << values[RUNNING_VMS] << "</RUNNING_VMS>" <<
"<TEMPLATE>" << values[TEMPLATE] << "</TEMPLATE>" <<
values[TEMPLATE] <<
"</IMAGE>";
return 0;