]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix typo from rev 1.15. Apparently nobody has used this module since 2007.
authorHoward Chu <hyc@openldap.org>
Fri, 4 Feb 2011 16:21:10 +0000 (16:21 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 4 Feb 2011 16:21:10 +0000 (16:21 +0000)
servers/slapd/back-perl/SampleLDAP.pm

index aab2bcccdad1c61c56661c5102ff88d459646e71..0fc4f865c3e8ba78c27ba2c4680470094e3d0845 100644 (file)
@@ -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;