mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-12 07:13:41 -05:00
Fix typo from rev 1.15. Apparently nobody has used this module since 2007.
This commit is contained in:
parent
41352ea34d
commit
6c7654d484
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ sub search {
|
|||
my ( $base, $scope, $deref, $sizeLim, $timeLim, $filterStr, $attrOnly,
|
||||
@attrs )
|
||||
= @_;
|
||||
print {*STDERR}, "====$filterStr====\n";
|
||||
print {*STDERR} "====$filterStr====\n";
|
||||
$filterStr =~ s/\(|\)//gm;
|
||||
$filterStr =~ s/=/: /m;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue