1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-18 06:03:39 +03:00

bug #222: Wrong VNC attributes. Patch Contributed by Shi Jin.

This commit is contained in:
Ruben S. Montero 2010-04-29 13:47:59 +02:00
parent 5d143b1875
commit 0029dd404b

View File

@ -434,7 +434,7 @@ int LibVirtDriver::deployment_description(
if ( !passwd.empty() )
{
file << " password='" << passwd << "'";
file << " passwd='" << passwd << "'";
}
if ( !keymap.empty() )