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:
parent
ad80efd37e
commit
2a8b04a32b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user