mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 04:13:55 -05:00
Fix encoding of old password
This commit is contained in:
parent
907cd90607
commit
5c9357fa81
1 changed files with 1 additions and 1 deletions
|
|
@ -669,7 +669,7 @@ main( int argc, char *argv[] )
|
|||
|
||||
if( oldpw != NULL ) {
|
||||
ber_printf( ber, "ts",
|
||||
LDAP_TAG_EXOP_X_MODIFY_PASSWD_NEW, oldpw );
|
||||
LDAP_TAG_EXOP_X_MODIFY_PASSWD_OLD, oldpw );
|
||||
free(oldpw);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue