mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Add back proper bv_len initialization
Need to find and fix test010 properly.
This commit is contained in:
parent
1937a3b02f
commit
b78c9dfa00
@ -68,7 +68,9 @@ int passwd_extop(
|
||||
return LDAP_STRONG_AUTH_REQUIRED;
|
||||
}
|
||||
|
||||
qpw->rs_old.bv_len = 0;
|
||||
qpw->rs_old.bv_val = NULL;
|
||||
qpw->rs_new.bv_len = 0;
|
||||
qpw->rs_new.bv_val = NULL;
|
||||
qpw->rs_mods = NULL;
|
||||
qpw->rs_modtail = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user