]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Mon, 22 Jan 2001 07:42:13 +0000 (07:42 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 22 Jan 2001 07:42:13 +0000 (07:42 +0000)
libraries/libldap/request.c

index 55f1945b5f5ba70f65b5fe12c1881f00951625d1..6a707ec466ac947973f351eb8a9d546af82e34a0 100644 (file)
@@ -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;