From 00fe7f1a7c98e787ab5688ac35a0388b8500276e Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Mon, 6 Sep 2010 03:09:08 +0000 Subject: [PATCH] fix ITS#6638 --- clients/tools/ldapsearch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/tools/ldapsearch.c b/clients/tools/ldapsearch.c index 9a10fc17ec..feb3158deb 100644 --- a/clients/tools/ldapsearch.c +++ b/clients/tools/ldapsearch.c @@ -594,7 +594,7 @@ handle_private_option( int i ) exit( EXIT_FAILURE ); } for ( ispecs = 0; specs[ ispecs ] != NULL; ispecs++ ) - /* count'em */ + /* count'em */ ; ds = ldap_memcalloc( ispecs + 1, sizeof( LDAPDerefSpec ) ); if ( ds == NULL ) { -- 2.39.5