This is an automated email from the git hooks/post-receive script.
mreynolds pushed a commit to branch 389-ds-base-1.3.7
in repository 389-ds-base.
commit 7a334ca4966fd63fc5bbcd3ace3502cf8d283ae7
Author: Mark Reynolds <mreynolds@redhat.com>
Date: Fri May 25 11:30:04 2018 -0400
Ticket 49722 - Errors log full of " WARN - keys2idl - recieved NULL idl from index_read_ext_allids, treating as empty set" messages
Description: If searching on entrydn, and the value is not found return an empty
list instead of NULL. This prevent these harmless error messages in
log
https://pagure.io/389-ds-base/issue/49722
Reviewed by: ?
(cherry picked from commit e350a268d6f7cbaaad35187f3774093b140bc42c)
---
ldap/servers/slapd/back-ldbm/filterindex.c | 2 +-
ldap/servers/slapd/back-ldbm/index.c | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ldap/servers/slapd/back-ldbm/filterindex.c b/ldap/servers/slapd/back-ldbm/filterindex.c
index e8c3c20..aaa1d6e 100644
--- a/ldap/servers/slapd/back-ldbm/filterindex.c
+++ b/ldap/servers/slapd/back-ldbm/filterindex.c
@@ -990,7 +990,7 @@ keys2idl(
}
No comments:
Post a Comment