mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
bbe015f65b
Use same result code -> string mapping for both, removing ldap_int_error(): - Classify unknown error codes as API/extension/etc like _err2string did. - Pass all strings through _(), i.e. the optional gettext, as _perror did. Also use a switch instead of linear search for the code->string mapping. Hopefully the compiler will optimize that. Though the extra gettext, if anyone uses it, probably counters that speedup. |
||
---|---|---|
.. | ||
liblber | ||
libldap | ||
libldap_r | ||
liblunicode | ||
liblutil | ||
librewrite | ||
Makefile.in |