mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
ITS#8632 request the correct type
This commit is contained in:
parent
1b14198ad9
commit
af78f2ef64
@ -255,7 +255,7 @@ vc_exop(
|
||||
break;
|
||||
|
||||
case LDAP_AUTH_SASL:
|
||||
tag = ber_scanf( ber, "{s" /*}*/ , &mechanism );
|
||||
tag = ber_scanf( ber, "{m" /*}*/ , &mechanism );
|
||||
if ( tag == LBER_ERROR ||
|
||||
BER_BVISNULL( &mechanism ) || BER_BVISEMPTY( &mechanism ) )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user