mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-22 14:53:33 -05:00
Merge remote-tracking branch 'origin/mdb.RE/0.9'
This commit is contained in:
commit
b054c23c5d
1 changed files with 1 additions and 1 deletions
|
|
@ -9295,7 +9295,7 @@ mdb_env_copy2(MDB_env *env, const char *path, unsigned int flags)
|
|||
#ifdef _WIN32
|
||||
rc = utf8_to_utf16(lpath, -1, &wpath, NULL);
|
||||
if (rc)
|
||||
return rc;
|
||||
goto leave;
|
||||
newfd = CreateFileW(wpath, GENERIC_WRITE, 0, NULL, CREATE_NEW,
|
||||
FILE_FLAG_NO_BUFFERING|FILE_FLAG_WRITE_THROUGH, NULL);
|
||||
free(wpath);
|
||||
|
|
|
|||
Loading…
Reference in a new issue