]> git.sur5r.net Git - openldap/commitdiff
fix ITS#6638
authorPierangelo Masarati <ando@openldap.org>
Mon, 6 Sep 2010 03:09:08 +0000 (03:09 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 6 Sep 2010 03:09:08 +0000 (03:09 +0000)
clients/tools/ldapsearch.c

index 9a10fc17ecb22e6e82737f5719863e2caf4d8fbe..feb3158deb07f0a8d8bd274203beaab1b3af2f12 100644 (file)
@@ -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 ) {