mirror of
https://github.com/OpenNebula/one.git
synced 2025-08-25 21:49:29 +03:00
Fix core in the LibVirtDriver when there is no OS in the template
git-svn-id: http://svn.opennebula.org/one/trunk@380 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
@ -148,7 +148,7 @@ int LibVirtDriver::deployment_description(
|
||||
|
||||
// Get values & defaults
|
||||
|
||||
if ( num >= 0 )
|
||||
if ( num > 0 )
|
||||
{
|
||||
const VectorAttribute * os;
|
||||
|
||||
|
Reference in New Issue
Block a user