Skip to content
Snippets Groups Projects
Commit 7ee5d261 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix ssf declaration

parent 84f4acf1
No related branches found
No related tags found
No related merge requests found
......@@ -1108,10 +1108,11 @@ int slap_sasl_bind(
NULL, "no SASL username", NULL, NULL );
} else {
sasl_ssf_t *ssf = NULL;
rc = LDAP_SUCCESS;
ber_str2bv( username, 0, 1, edn );
sasl_ssf_t *ssf = NULL;
(void) sasl_getprop( ctx, SASL_SSF, (void *)&ssf );
*ssfp = ssf ? *ssf : 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment