mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix ber_scanf args
This commit is contained in:
parent
532eea87c9
commit
7fffc027b3
@ -49,7 +49,7 @@ int ldap_parse_passwd(
|
||||
}
|
||||
|
||||
/* we should check the tag */
|
||||
tag = ber_scanf( ber, "{o}", newpasswd );
|
||||
tag = ber_scanf( ber, "{O}", newpasswd );
|
||||
ber_free( ber, 1 );
|
||||
|
||||
if( tag == LBER_ERROR ) {
|
||||
|
Loading…
Reference in New Issue
Block a user