]> git.sur5r.net Git - openldap/commitdiff
Even larger TMP_SLOTS
authorKurt Zeilenga <kurt@openldap.org>
Thu, 3 Jan 2002 19:45:34 +0000 (19:45 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 3 Jan 2002 19:45:34 +0000 (19:45 +0000)
libraries/libldap/getdn.c

index 5c3e042ed92203fade388fbb468ef2ea9abe60de..d48add09f7ff00a161fd574f03790157d7f32cbd 100644 (file)
@@ -586,7 +586,7 @@ ldap_dnfree( LDAPDN *dn )
  * and readable as soon as it works as expected.
  */
 
-#define        TMP_SLOTS       256
+#define        TMP_SLOTS       1024
 
 int
 ldap_str2dn( const char *str, LDAPDN **dn, unsigned flags )