Skip to content
Snippets Groups Projects
Commit 8ef3bbb1 authored by Howard Chu's avatar Howard Chu
Browse files

Fix prev

parent 7972ebe6
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ ldap_back_compare(
ldap_back_dn_massage( &dc, &op->orc_ava->aa_value, &mapped_val );
if (mapped_val.bv_val == NULL || mapped_val.bv_val[0] == '\0') {
mapped_val = op->orc_ava->aa_value;
} else if (mapped_val.bv_val != op->orc_ava->aa_value) {
} else if (mapped_val.bv_val != op->orc_ava->aa_value.bv_val) {
freeval = 1;
}
}
......
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