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