fix for bug 3522897: not allow chdef -t <object_type> xx=yy to change all objects
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12438 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
055b0e382c
commit
2c8c856097
@ -730,7 +730,7 @@ sub processArgs
|
||||
{
|
||||
my @tmplist;
|
||||
|
||||
if ($::command eq 'rmdef')
|
||||
if (($::command eq 'rmdef') || ($::command eq 'chdef'))
|
||||
{
|
||||
my $rsp;
|
||||
$rsp->{data}->[0] =
|
||||
|
Loading…
Reference in New Issue
Block a user