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

Fix missing index on reqResult

parent d0a106fb
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ fi
MYURI=`eval echo '$URI'$n`
PROVIDERURI=`eval echo '$URI'$o`
if test $INDEXDB = indexdb ; then
INDEX1="olcDbIndex: objectClass,entryCSN,reqStart,reqDN eq"
INDEX1="olcDbIndex: objectClass,entryCSN,reqStart,reqDN,reqResult eq"
INDEX2="olcDbIndex: objectClass,entryCSN,entryUUID eq"
else
INDEX1=
......
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