ITS#8632 request the correct type

This commit is contained in:
Ondřej Kuzník 2017-04-10 11:26:28 +01:00 committed by Howard Chu
parent 1b14198ad9
commit af78f2ef64

View File

@ -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 ) )
{