mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
handle empty parent (related to ITS#4171)
This commit is contained in:
parent
dbb2ceac90
commit
144ad3657e
@ -381,7 +381,9 @@ retry: /* transaction retry */
|
||||
}
|
||||
}
|
||||
|
||||
e = ei->bei_e;
|
||||
if ( !fakeroot ) {
|
||||
e = ei->bei_e;
|
||||
}
|
||||
|
||||
/* acquire and lock entry */
|
||||
/* FIXME: dn2entry() should return non-glue entry */
|
||||
|
Loading…
Reference in New Issue
Block a user