mirror of https://github.com/apache/cloudstack.git
Fix small typo for VNC settings
This commit is contained in:
parent
e2a32ab4f7
commit
a2de5fb7df
|
|
@ -717,11 +717,11 @@ public class LibvirtVMDef {
|
|||
private final String _passwd;
|
||||
private final String _keyMap;
|
||||
|
||||
public GraphicDef(String type, short port, boolean auotPort,
|
||||
public GraphicDef(String type, short port, boolean autoPort,
|
||||
String listenAddr, String passwd, String keyMap) {
|
||||
_type = type;
|
||||
_port = port;
|
||||
_autoPort = auotPort;
|
||||
_autoPort = autoPort;
|
||||
_listenAddr = listenAddr;
|
||||
_passwd = passwd;
|
||||
_keyMap = keyMap;
|
||||
|
|
|
|||
Loading…
Reference in New Issue