]> git.sur5r.net Git - openldap/commitdiff
Drop spurious Errcode() call
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 6 Sep 2016 15:48:31 +0000 (17:48 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 15 Dec 2016 21:27:33 +0000 (22:27 +0100)
libraries/liblmdb/mdb.c

index 057595848607fa41587e24bf5dd1989d2c97f75c..9c85230a6bcc67b2191ec732b285bd8024310c12 100644 (file)
@@ -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)) {
                        return MDB_SUCCESS;
                }
-               goto fail_errno;
+               goto fail;
        }
 #if ! ((MDB_CLOEXEC) || defined(_WIN32))
        /* Lose record locks when exec*() */