mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
...but rather here: GLUE entries would remain such until the server was restarted
This commit is contained in:
parent
8cfda61cb4
commit
4b4bdc6bf6
1 changed files with 2 additions and 0 deletions
|
|
@ -573,6 +573,8 @@ retry: /* transaction retry */
|
|||
goto return_results;
|
||||
}
|
||||
} else {
|
||||
/* may have changed in bdb_modify_internal() */
|
||||
e->e_ocflags = dummy.e_ocflags;
|
||||
rc = bdb_cache_modify( e, dummy.e_attrs, bdb->bi_dbenv, locker, &lock );
|
||||
switch( rc ) {
|
||||
case DB_LOCK_DEADLOCK:
|
||||
|
|
|
|||
Loading…
Reference in a new issue