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

Feature #2202: Add a default section to handle all possible values of DISK_TYPES

This commit is contained in:
Jaime Melis 2014-03-11 15:28:26 +01:00
parent ba20917ec9
commit 00e1c98619

View File

@ -333,6 +333,8 @@ int Datastore::insert(SqlDB *db, string& error_str)
case Image::GLUSTER_CDROM:
goto error_invalid_disk_type;
break;
default:
break;
}
}