]> git.sur5r.net Git - openldap/commitdiff
ITS#6403
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 16 Dec 2009 20:09:37 +0000 (20:09 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 16 Dec 2009 20:09:37 +0000 (20:09 +0000)
CHANGES
servers/slapd/back-null/null.c

diff --git a/CHANGES b/CHANGES
index 95aec9ce12d28a81aa50bbff299487fd560649ae..78881d80a25be577b50e1a9b6c5e5f573f4f014e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,7 @@ OpenLDAP 2.4.21 Engineering
        Fixed slapd-config Adds with Abstract classes (ITS#6408)
        Fixed slapo-dynlist behavior with simple filters (ITS#6421)
        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-unique criteria checking (ITS#6270)
        Build Environment
index eb4f3c71c9c3d4829534979a8c7fdeb3ef906163..ae92e386106fd0da6b5633b60c59d49aedf1dc49 100644 (file)
@@ -234,8 +234,6 @@ null_back_entry_get(
        int rw,
        Entry **ent )
 {
-       assert( *ent == NULL );
-
        /* don't admit the object isn't there */
        return oc || at ? LDAP_NO_SUCH_ATTRIBUTE : LDAP_BUSY;
 }