remove unneeded call to get_xcatcfg
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8642 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
d7971daed7
commit
4064656eb5
@ -1815,7 +1815,6 @@ sub setNodesAttribs {
|
||||
my %cols = ();
|
||||
my @orderedcols=();
|
||||
my $oldac = $self->{dbh}->{AutoCommit}; #save autocommit state
|
||||
my $xcatcfg =get_xcatcfg(); # get current database
|
||||
$self->{dbh}->{AutoCommit}=0; #turn off autocommit for performance
|
||||
my $hashrec;
|
||||
my $colsmatch=1;
|
||||
|
Loading…
Reference in New Issue
Block a user