← Back to team overview

maria-developers team mailing list archive

Re: MTR fails on undefined {cpus} array in My/SysInfo.pm on armhf and armel

 

> On May 25, Otto Kekäläinen wrote:
> cpus is initialized to be an empty list on the line 119:
> 
> 118   my $self=
> bless {
> 119		       cpus => (),
> 120		      }, $class;

That should be 
		       cpus => [],

Vadim


References