]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#8978 Fix mdb_env_open2() failing when getting handle for NTDLL.dll
authorKa Ho Ng <khng300@gmail.com>
Sun, 17 Feb 2019 15:59:56 +0000 (23:59 +0800)
committerHoward Chu <hyc@openldap.org>
Sat, 10 Oct 2020 12:23:54 +0000 (13:23 +0100)
commit29f33e7b3a0be77af2cb7cfc5fdd9e0668dc36e9
treeae75af57a600242f05b69c7e81990539493d2feb
parenta51fb486d8cb0c569ad87ce3a506f2df1fc723a1
ITS#8978 Fix mdb_env_open2() failing when getting handle for NTDLL.dll

Always call GetModuleHandleW() with Unicode string, as mdb_fopen() is
calling CreateFileW() already.
libraries/liblmdb/mdb.c