ITS#6403: do not require *ent == NULL on entry to null_back_entry_get()

This commit is contained in:
Hallvard Furuseth 2009-12-16 09:12:48 +00:00
parent ab01569248
commit 703571f736

View 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;
}