Skip to content
Snippets Groups Projects
Commit b78c9dfa authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add back proper bv_len initialization

Need to find and fix test010 properly.
parent 1937a3b0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment