mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
fix ITS#6638
This commit is contained in:
parent
677a390f4d
commit
00fe7f1a7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue