fix ITS#6638

This commit is contained in:
Pierangelo Masarati 2010-09-06 03:09:08 +00:00
parent 677a390f4d
commit 00fe7f1a7c

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