mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Add LDAP version to comment
This commit is contained in:
parent
e605ffad4c
commit
3ea33ebd12
1 changed files with 2 additions and 1 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue