feature 3006951

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6324 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jet777 2010-06-02 20:40:37 +00:00
parent eaf8a4451d
commit f51f231a15

View File

@ -69,7 +69,7 @@ foreach (<>){
}elsif(/spTrapSourceId=/){
$slot = $_;
chomp($slot);
$slot =~ s/.*Blade_(\d\d)".*/$1/g;
$slot =~ s/.*Blade_(\d\d).*/$1/g;
$slot = $slot * 1; # to get rid of the leading 0's.
}
}