From 3b65386dfbdd49c3667c03ddb3873865a88aeb21 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Mon, 14 Sep 2009 10:15:13 +0000 Subject: [PATCH] Fixed defect:2858366. Can only return 1 CEC's mac once git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4123 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCmac.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/PPCmac.pm b/perl-xCAT/xCAT/PPCmac.pm index 7ae1f2a09..dbacff14e 100644 --- a/perl-xCAT/xCAT/PPCmac.pm +++ b/perl-xCAT/xCAT/PPCmac.pm @@ -508,9 +508,8 @@ sub getmacs { push @$result,[$node,$data,0]; } - - return([@$result]); } + return([@$result]); } else { ######################################### # Connect to fsp to achieve MAC address