Changed maxp site.tab attribute from "syspmaxp" to "ppcmaxp" - Line #86

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@124 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish 2007-12-04 15:41:44 +00:00
parent 17bfa44f3c
commit 5887cd2092

View File

@ -83,7 +83,7 @@ sub process_command {
#######################################
my $sitetab = xCAT::Table->new('site');
if ( defined( $sitetab )) {
my ($ent) = $sitetab->getAttribs({'key'=>'syspmaxp'},'value');
my ($ent) = $sitetab->getAttribs({'key'=>'ppcmaxp'},'value');
if ( defined($ent) ) {
$maxp = $ent->{value};
}