mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	ensure that video is never wide open
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9472 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -1008,6 +1008,9 @@ sub makedom { | ||||
|     } elsif (not $xml) { | ||||
|         $xml = build_xmldesc($node,cd=>$cdloc); | ||||
|     } | ||||
|     my $parseddom = $parser->parse_string($xml); | ||||
|     my ($graphics) = $parseddom->findnodes("//graphics"); | ||||
|     $graphics->setAttribute("passwd",genpassword(20)); | ||||
|     my $errstr; | ||||
|     eval { $dom=$hypconn->create_domain($xml); }; | ||||
|     if ($@) { $errstr = $@; } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user