mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 23:19:59 -05:00
Fix ssf declaration
This commit is contained in:
parent
84f4acf124
commit
7ee5d2612b
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue