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

Fix shameful compilation error in master

This commit is contained in:
Ruben S. Montero 2012-04-20 10:25:55 +02:00
parent ad80efd37e
commit 2a8b04a32b

View File

@ -513,7 +513,7 @@ int Image::disk_attribute( VectorAttribute * disk,
break;
case CDROM: //Always use CDROM type for these ones
disk_attr_type = "CDROM"
disk_attr_type = "CDROM";
disk->replace("READONLY","YES");
break;
}