A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via 22af3288c7a5e7130d8031d6c63162018484f8ec (commit) from 4f9fe9fcead4ce3c49d80d39526472b5c274b188 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 22af3288c7a5e7130d8031d6c63162018484f8ec Author: Ka Ho Ng khng300@gmail.com Date: Sun Feb 17 23:59:56 2019 +0800
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.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)