From b08f7e8bce4f006ce32ef7b45734668947e32ea6 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 22 Jan 2001 07:42:13 +0000 Subject: [PATCH] Fix typo --- libraries/libldap/request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5