Skip to content
Snippets Groups Projects
Commit 3ffd7b09 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Use distribution hints in searches

parent 62955cd1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment