]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 4 Feb 2011 21:36:34 +0000 (21:36 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 4 Feb 2011 21:36:34 +0000 (21:36 +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;