From: Howard Chu Date: Fri, 4 Feb 2011 16:21:10 +0000 (+0000) Subject: Fix typo from rev 1.15. Apparently nobody has used this module since 2007. X-Git-Tag: MIGRATION_CVS2GIT~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c7654d484c09509101da74e0a0edeb1f3825d18;p=thirdparty%2Fopenldap.git Fix typo from rev 1.15. Apparently nobody has used this module since 2007. --- diff --git a/servers/slapd/back-perl/SampleLDAP.pm b/servers/slapd/back-perl/SampleLDAP.pm index aab2bcccda..0fc4f865c3 100644 --- a/servers/slapd/back-perl/SampleLDAP.pm +++ b/servers/slapd/back-perl/SampleLDAP.pm @@ -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;