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:
parent
6cecb17f2d
commit
8c3e2057c7
@ -524,7 +524,7 @@ int XenDriver::deployment_description(
|
||||
}
|
||||
else
|
||||
{
|
||||
file << ",vnclisten=" << listen << endl;
|
||||
file << ",vnclisten=" << listen;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user