From 0ecfd253ebbf12e73bd1f88a64f8e96b27d35476 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 2 May 2011 19:10:54 +0000 Subject: [PATCH] Don't try changing listen parameters on getrvidparms git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9464 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/kvm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/kvm.pm b/xCAT-server/lib/xcat/plugins/kvm.pm index 36a11e58f..e73822f3b 100644 --- a/xCAT-server/lib/xcat/plugins/kvm.pm +++ b/xCAT-server/lib/xcat/plugins/kvm.pm @@ -675,7 +675,7 @@ sub getcons { } elsif ($type eq "vid") { my $tpasswd=genpassword(10); my $validto=POSIX::strftime("%Y-%m-%dT%H:%M:%S",gmtime(time()+300)); - $dom->update_device(""); + $dom->update_device(""); $consdata->{password}=$tpasswd; $consdata->{server}=$hyper; return $consdata;