mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-14 00:03:56 -05:00
Drop spurious Errcode() call
This commit is contained in:
parent
cdcf9da600
commit
3dd2d207d7
1 changed files with 1 additions and 1 deletions
|
|
@ -4846,7 +4846,7 @@ mdb_env_setup_locks(MDB_env *env, char *lpath, int mode, int *excl)
|
|||
if (rc == MDB_ERRCODE_ROFS && (env->me_flags & MDB_RDONLY)) {
|
||||
return MDB_SUCCESS;
|
||||
}
|
||||
goto fail_errno;
|
||||
goto fail;
|
||||
}
|
||||
#if ! ((MDB_CLOEXEC) || defined(_WIN32))
|
||||
/* Lose record locks when exec*() */
|
||||
|
|
|
|||
Loading…
Reference in a new issue