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:
lissav 2011-01-13 15:36:49 +00:00
parent d7971daed7
commit 4064656eb5

View File

@ -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;