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

ITS#6403

parent dcc285e5
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ OpenLDAP 2.4.21 Engineering ...@@ -10,6 +10,7 @@ OpenLDAP 2.4.21 Engineering
Fixed slapd-config Adds with Abstract classes (ITS#6408) Fixed slapd-config Adds with Abstract classes (ITS#6408)
Fixed slapo-dynlist behavior with simple filters (ITS#6421) Fixed slapo-dynlist behavior with simple filters (ITS#6421)
Fixed slapd-ldif access outside database directory (ITS#6414) Fixed slapd-ldif access outside database directory (ITS#6414)
Fixed slapd-null extraneous assert (ITS#6403)
Fixed slapo-translucent with back-null (ITS#6403) Fixed slapo-translucent with back-null (ITS#6403)
Fixed slapo-unique criteria checking (ITS#6270) Fixed slapo-unique criteria checking (ITS#6270)
Build Environment Build Environment
......
...@@ -234,8 +234,6 @@ null_back_entry_get( ...@@ -234,8 +234,6 @@ null_back_entry_get(
int rw, int rw,
Entry **ent ) Entry **ent )
{ {
assert( *ent == NULL );
/* don't admit the object isn't there */ /* don't admit the object isn't there */
return oc || at ? LDAP_NO_SUCH_ATTRIBUTE : LDAP_BUSY; return oc || at ? LDAP_NO_SUCH_ATTRIBUTE : LDAP_BUSY;
} }
......
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