From fd69677a3c1aaf4109430c943363691e4edb641a Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 14 Oct 2008 17:47:03 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/yaboot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/yaboot.pm b/xCAT-server/lib/xcat/plugins/yaboot.pm index ebc3c725c..bb5c4eaf1 100644 --- a/xCAT-server/lib/xcat/plugins/yaboot.pm +++ b/xCAT-server/lib/xcat/plugins/yaboot.pm @@ -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;