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

@ -763,6 +763,7 @@ sub ldap2hashref {
\@values : $values[0];
}
}
}
return $return;
}