Add LDAP version to comment

This commit is contained in:
Kurt Zeilenga 2001-03-15 04:10:17 +00:00
parent e605ffad4c
commit 3ea33ebd12

View 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 );