fix defect 3474497
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12296 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b10b8057a6
commit
e16dc4a470
@ -2183,7 +2183,10 @@ else {
|
||||
else {
|
||||
($column,$value) = split("=",$temp,2);
|
||||
}
|
||||
|
||||
unless (grep /$column/,@{$xCAT::Schema::tabspec{$table}->{cols}}) {
|
||||
$callback->({error=>"$table.$column not a valid table.column description",errorcode=>[1]});
|
||||
return;
|
||||
}
|
||||
$tableupdates{$table}{$column}=$value;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user