mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
fix flag on formatMessage to not allocate buffer
This commit is contained in:
parent
19d346ba71
commit
7a7f3018fa
@ -8,7 +8,7 @@ char *GetErrorString( int err )
|
||||
static char msgBuf[1024];
|
||||
|
||||
FormatMessage(
|
||||
FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM,
|
||||
FORMAT_MESSAGE_FROM_SYSTEM,
|
||||
NULL,
|
||||
err, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
|
||||
msgBuf, 1024, NULL );
|
||||
|
Loading…
Reference in New Issue
Block a user