]> git.sur5r.net Git - openldap/commitdiff
Add LDAP version to comment
authorKurt Zeilenga <kurt@openldap.org>
Thu, 15 Mar 2001 04:10:17 +0000 (04:10 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 15 Mar 2001 04:10:17 +0000 (04:10 +0000)
clients/tools/ldapsearch.c

index 3bf768c88a55ff4aee4b53ae86c2ccbc440463fe..dd47ecbb03f6cdb0b942dd010c6971e5b9ae2461 100644 (file)
@@ -836,7 +836,8 @@ main( int argc, char **argv )
        }
 
        if (ldif < 2 ) {
-               printf( "#\n# filter%s: %s\n# requesting: ",
+               printf( "#\n# LDAPv%d\n# filter%s: %s\n# requesting: ",
+                       version,
                        infile != NULL ? " pattern" : "",
                        filtpattern );