mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Use larger key buffer
This commit is contained in:
parent
acf502d99d
commit
6059ffaa00
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ static int ndb_oc_search( Operation *op, SlapReply *rs, Ndb *ndb, NdbTransaction
|
|||
{
|
||||
#if 1 /* NDBapi was broken here but seems to work now */
|
||||
Ndb::Key_part_ptr keys[2];
|
||||
char xbuf[32];
|
||||
char xbuf[512];
|
||||
keys[0].ptr = &eid;
|
||||
keys[0].len = sizeof(eid);
|
||||
keys[1].ptr = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue