From: Pierangelo Masarati Date: Mon, 6 Sep 2010 03:09:08 +0000 (+0000) Subject: fix ITS#6638 X-Git-Tag: MIGRATION_CVS2GIT~499 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=00fe7f1a7c98e787ab5688ac35a0388b8500276e;p=openldap fix ITS#6638 --- 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 ) {