diff options
author | Neel Chauhan <neel@neelc.org> | 2019-11-26 20:57:33 -0500 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2019-11-26 22:12:23 -0500 |
commit | 99cf3f99c02752f8d6d89fe94272454c55285b66 (patch) | |
tree | ba8e84e5ebedc82a38f2a4249403b77992c4e510 /changes | |
parent | fadd292bf05e6fedf61e25f43079920c9ea3c117 (diff) | |
download | tor-99cf3f99c02752f8d6d89fe94272454c55285b66.tar.gz tor-99cf3f99c02752f8d6d89fe94272454c55285b66.zip |
Make control_event_conf_changed() take a config_line_t
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug31531 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug31531 b/changes/bug31531 new file mode 100644 index 0000000000..c549c79ecb --- /dev/null +++ b/changes/bug31531 @@ -0,0 +1,4 @@ + o Minor bugfixes (configuration handling): + - Make control_event_conf_changed() take in a config_line_t instead of + a smartlist(k, v, k, v, ...) where keys are followed by values. Fixes + bug 31531; bugfix on 0.2.3.3-alpha. Patch by Neel Chauhan. |