Browse Source

[Minor] Reset state to work with multiple backends

tags/1.9.0
Vsevolod Stakhov 5 years ago
parent
commit
b6d78afab8
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/libutil/map_helpers.c

+ 2
- 0
src/libutil/map_helpers.c View File

@@ -426,6 +426,8 @@ rspamd_parse_kv_list (
}
break;
}

data->state = map_skip_spaces_before_key;
}

return c;

Loading…
Cancel
Save