diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2019-08-27 14:20:20 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2019-09-11 02:44:47 -0400 |
commit | 08f96982a910eb83e2be03a7db1305c8668f9668 (patch) | |
tree | cce23e14155fe47e61e09208a0d027b4dfb89e32 /tests/pathhelp.pm | |
parent | 9cd755e1d768bbf228e7c9faf223b7459f7e0105 (diff) |
ldap: Stop using wide char version of ldapp_err2string
Despite ldapp_err2string being documented by MS as returning a
PCHAR (char *), when UNICODE it is mapped to ldap_err2stringW and
returns PWCHAR (wchar_t *).
We have lots of code that expects ldap_err2string to return char *,
most of it failf used like this:
failf(data, "LDAP local: Some error: %s", ldap_err2string(rc));
Closes https://github.com/curl/curl/pull/4272
Diffstat (limited to 'tests/pathhelp.pm')
0 files changed, 0 insertions, 0 deletions