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
openldap
OpenLDAP
Commits
5ec4ef6e
Commit
5ec4ef6e
authored
Aug 28, 2002
by
Howard Chu
Browse files
Added no-op for SASL_VERSION_MAJOR < 2
parent
9c4f89c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/cyrus.c
View file @
5ec4ef6e
...
...
@@ -105,6 +105,10 @@ int ldap_int_sasl_init( void )
return
0
;
}
#if SASL_VERSION_MAJOR < 2
/* A no-op to make sure we link with Cyrus 1.5 */
sasl_client_auth
(
NULL
,
NULL
,
NULL
,
0
,
NULL
,
NULL
);
#endif
return
-
1
;
}
...
...
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