mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
fix previous commit
This commit is contained in:
parent
0d05846dc8
commit
5385d13bf8
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ rewrite_map_apply(
|
|||
( struct rewrite_context * )map->lm_data,
|
||||
key->bv_val, &val->bv_val );
|
||||
if ( val->bv_val != NULL ) {
|
||||
if ( val->bv_val = key->bv_val ) {
|
||||
if ( val->bv_val == key->bv_val ) {
|
||||
val->bv_len = key->bv_len;
|
||||
key->bv_val = NULL;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue