1
0
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:
Rubén S. Montero
2009-02-26 17:15:20 +00:00
parent 78cb777e46
commit 8364c1cb5c

View File

@ -148,7 +148,7 @@ int LibVirtDriver::deployment_description(
// Get values & defaults
if ( num >= 0 )
if ( num > 0 )
{
const VectorAttribute * os;