mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
ITS#3301 fix prev commit, don't fail op on DB_NOTFOUND
This commit is contained in:
parent
d45b89823f
commit
05e7632c30
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ bdb_csn_commit(
|
|||
1, locker, &ctxcsn_lock );
|
||||
switch( rc ) {
|
||||
case 0:
|
||||
case DB_NOTFOUND:
|
||||
break;
|
||||
case DB_LOCK_DEADLOCK:
|
||||
case DB_LOCK_NOTGRANTED:
|
||||
|
|
|
|||
Loading…
Reference in a new issue