mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
Fix ber_scanf args
This commit is contained in:
parent
532eea87c9
commit
7fffc027b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue