Use distribution hints in searches

This commit is contained in:
Howard Chu 2009-07-29 00:58:46 +00:00
parent 82874bed6e
commit 850e4ae0d3

View file

@ -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;