From faaadc5ca336a59eba8b300722253c4c16d71e0d Mon Sep 17 00:00:00 2001 From: wuzhy Date: Mon, 4 Jan 2010 04:34:44 +0000 Subject: [PATCH] adjust the argument of rmvm according to the requirement. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4869 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCvm.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-xCAT/xCAT/PPCvm.pm b/perl-xCAT/xCAT/PPCvm.pm index 37c0e25d7..bf7505f8e 100644 --- a/perl-xCAT/xCAT/PPCvm.pm +++ b/perl-xCAT/xCAT/PPCvm.pm @@ -616,6 +616,7 @@ sub remove { my $request = shift; my $hash = shift; my $exp = shift; + my $opt = $request->{opt}; my @lpars = (); my @values = ();