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

bug #2859: fix VNC in Xen PV deployment file

This commit is contained in:
Javi Fontan 2014-05-05 16:06:05 +02:00
parent 6cecb17f2d
commit 8c3e2057c7

View File

@ -524,7 +524,7 @@ int XenDriver::deployment_description(
}
else
{
file << ",vnclisten=" << listen << endl;
file << ",vnclisten=" << listen;
}
}