mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
Remove redundant code.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
492cd4dc88
commit
3c4808a689
File diff suppressed because it is too large
Load Diff
@ -1121,7 +1121,7 @@ namespace XenAdmin.ConsoleView
|
||||
v.SourceVM = sourceVM;
|
||||
v.Console = console;
|
||||
v.UseQemuExtKeyEncoding = sourceVM != null && Helpers.InvernessOrGreater(sourceVM.Connection);
|
||||
v.connect(stream, this.vncPassword);
|
||||
v.Connect(stream, this.vncPassword);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user