mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 13:53:21 -05:00
ITS#6403: do not require *ent == NULL on entry to null_back_entry_get()
This commit is contained in:
parent
ab01569248
commit
703571f736
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue