Fix missing closing curly bracket

This commit is contained in:
Daniel Berteaud 2019-07-17 09:51:07 +02:00
parent 0e6b214078
commit 993d9a06d6
1 changed files with 1 additions and 0 deletions

View File

@ -761,6 +761,7 @@ sub ldap2hashref {
} else {
$return->{unidecode( lc $entry->get_value($key) )}->{$attr} = ( scalar @values == 1 ) ?
\@values : $values[0];
}
}
}
return $return;