mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
Silence warning in prev commit
This commit is contained in:
parent
ebb6859ea5
commit
f037dd2d19
@ -3291,7 +3291,7 @@ mdb_env_copy(MDB_env *env, const char *path)
|
||||
HANDLE newfd = INVALID_HANDLE_VALUE;
|
||||
|
||||
if (env->me_flags & MDB_NOSUBDIR) {
|
||||
lpath = path;
|
||||
lpath = (char *)path;
|
||||
} else {
|
||||
len = strlen(path);
|
||||
len += sizeof(DATANAME);
|
||||
|
Loading…
Reference in New Issue
Block a user