Fix remote video protocol fixup to work
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9596 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a0729f0f41
commit
d6174432d2
@ -1013,6 +1013,7 @@ sub makedom {
|
||||
my ($graphics) = $parseddom->findnodes("//graphics");
|
||||
$graphics->setAttribute("passwd",genpassword(20));
|
||||
$graphics->setAttribute("listen",'0.0.0.0');
|
||||
$xml = $parseddom->toString();
|
||||
my $errstr;
|
||||
eval { $dom=$hypconn->create_domain($xml); };
|
||||
if ($@) { $errstr = $@; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user