Skip to content
Snippets Groups Projects
Commit 5385d13b authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix previous commit

parent 0d05846d
Branches
Tags
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment