mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
Silence warning in prev commit
This commit is contained in:
parent
ebb6859ea5
commit
f037dd2d19
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue