mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
Fix typo
This commit is contained in:
parent
bf53620d64
commit
b08f7e8bce
@ -665,7 +665,7 @@ ldap_chase_v3referrals( LDAP *ld, LDAPRequest *lr, char **refs, int sref, char *
|
||||
if( lc->lconn_rebind_queue == NULL ) {
|
||||
/* Create a referral list */
|
||||
lc->lconn_rebind_queue =
|
||||
(char ***) LDAP_MALLOC( sizeof(void *) * 2));
|
||||
(char ***) LDAP_MALLOC( sizeof(void *) * 2);
|
||||
|
||||
if( lc->lconn_rebind_queue == NULL) {
|
||||
ld->ld_errno = LDAP_NO_MEMORY;
|
||||
|
Loading…
Reference in New Issue
Block a user