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:
parent
5d143b1875
commit
0029dd404b
@ -434,7 +434,7 @@ int LibVirtDriver::deployment_description(
|
||||
|
||||
if ( !passwd.empty() )
|
||||
{
|
||||
file << " password='" << passwd << "'";
|
||||
file << " passwd='" << passwd << "'";
|
||||
}
|
||||
|
||||
if ( !keymap.empty() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user