From: Kurt Zeilenga Date: Mon, 22 Jan 2001 07:42:13 +0000 (+0000) Subject: Fix typo X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1544 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b08f7e8bce4f006ce32ef7b45734668947e32ea6;p=openldap Fix typo --- diff --git a/libraries/libldap/request.c b/libraries/libldap/request.c index 55f1945b5f..6a707ec466 100644 --- a/libraries/libldap/request.c +++ b/libraries/libldap/request.c @@ -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;