Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
e7d22377
Commit
e7d22377
authored
Feb 21, 2020
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Feb 21, 2020
Browse files
Correct cyrus-sasl version verison check
parent
0f106b55
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/sasl.c
View file @
e7d22377
...
...
@@ -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
)();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment