Archived
1
0
Fork 0

Try a fix

This commit is contained in:
Mercier Pierre-Olivier 2013-12-01 05:58:19 +01:00
parent faf03232f4
commit d077a5933f

View file

@ -22,7 +22,7 @@ our $nb_cpus = 0;
$nb_cpus = grep {/^processor\s/} <$cpuinfo>;
close $cpuinfo;
my @servers = ("gearmand-srv:4730");
our @servers = ("gearmand-srv:4730");
sub add_server(@)
{