-Fix typo in yaboot plugin that caused xCAT to miss extra interfaces

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2345 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-10-14 17:47:03 +00:00
parent 93ec8ccf76
commit fd69677a3c

View File

@ -267,7 +267,7 @@ sub process_request {
my $chaintab=xCAT::Table->new('chain',-create=>1);
my $chainhash=$chaintab->getNodesAttribs(\@nodes,['currstate']);
my $mactab=xCAT::Table->new('mac',-create=>1);
my $machhash=$mactab->getNodesAttribs(\@nodes,['mac']);
my $machash=$mactab->getNodesAttribs(\@nodes,['mac']);
foreach (@nodes) {
my %response;