From 3ea33ebd12f9736bc3bc464845d4d8a6919bc216 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 15 Mar 2001 04:10:17 +0000 Subject: [PATCH] Add LDAP version to comment --- clients/tools/ldapsearch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/tools/ldapsearch.c b/clients/tools/ldapsearch.c index 3bf768c88a..dd47ecbb03 100644 --- a/clients/tools/ldapsearch.c +++ b/clients/tools/ldapsearch.c @@ -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 ); -- 2.39.5