fix small typo introduced in the previous commit

This commit is contained in:
Jordi Sanfeliu 2014-07-18 12:30:59 +02:00
parent 0b34e1a594
commit e18c4ad86b
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ sub mysql_update {
$print_error = 1 if $debug;
for($n = 0; $n < scalar(my @ml = split(',', $mysql->{list})); $n++) {
$ml[$n] = trim($ml[$n];
$ml[$n] = trim($ml[$n]);
my $host = $ml[$n];
my $sock = $ml[$n];
my $port = trim((split(',', $mysql->{desc}->{$ml[$n]}))[0]);