mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 07:30:57 -05:00
Use distribution hints in searches
This commit is contained in:
parent
82874bed6e
commit
850e4ae0d3
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ static int ndb_oc_search( Operation *op, SlapReply *rs, Ndb *ndb, NdbTransaction
|
|||
|
||||
dnNormalize( 0, NULL, NULL, &e.e_name, &e.e_nname, op->o_tmpmemctx );
|
||||
{
|
||||
#ifdef notdef /* NDBapi is broken here */
|
||||
#if 1 /* NDBapi was broken here but seems to work now */
|
||||
Ndb::Key_part_ptr keys[2];
|
||||
char xbuf[32];
|
||||
keys[0].ptr = &eid;
|
||||
|
|
|
|||
Loading…
Reference in a new issue