mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Even larger TMP_SLOTS
This commit is contained in:
parent
d8aef083ac
commit
fdb62b5650
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue