mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 12:39:35 -05:00
Correct cyrus-sasl version verison check
This commit is contained in:
parent
140b676bc1
commit
a2a859fd0b
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
#define SASL_VERSION_FULL ((SASL_VERSION_MAJOR << 16) |\
|
||||
(SASL_VERSION_MINOR << 8) | SASL_VERSION_STEP)
|
||||
|
||||
#if SASL_VERSION_MINOR >= 0x020119 /* 2.1.25 */
|
||||
#if SASL_VERSION_FULL >= 0x020119 /* 2.1.25 */
|
||||
typedef sasl_callback_ft slap_sasl_cb_ft;
|
||||
#else
|
||||
typedef int (*slap_sasl_cb_ft)();
|
||||
|
|
|
|||
Loading…
Reference in a new issue