mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
fix ITS#6638
This commit is contained in:
parent
677a390f4d
commit
00fe7f1a7c
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user