From: Ondřej Kuzník Date: Mon, 10 Apr 2017 10:26:28 +0000 (+0100) Subject: ITS#8632 request the correct type X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=af78f2ef6450c5a06544827c74bcd27ebc690c13;p=openldap ITS#8632 request the correct type --- diff --git a/contrib/slapd-modules/vc/vc.c b/contrib/slapd-modules/vc/vc.c index 64394f57ae..020de3fb60 100644 --- a/contrib/slapd-modules/vc/vc.c +++ b/contrib/slapd-modules/vc/vc.c @@ -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 ) ) {