diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-06 16:48:52 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-06 16:48:52 -0500 |
commit | c69bc895caf9f81d97570e46bd53c22160db3fa0 (patch) | |
tree | a38aa9bcc174c130c2c1de7e5b0e9cca0d832ebf /changes/bug20048 | |
parent | c8ec42de2ffde174086ecf720ba8f6f20a5b0947 (diff) | |
download | tor-c69bc895caf9f81d97570e46bd53c22160db3fa0.tar.gz tor-c69bc895caf9f81d97570e46bd53c22160db3fa0.zip |
Fix lintchanges warnings in master.
Diffstat (limited to 'changes/bug20048')
-rw-r--r-- | changes/bug20048 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/bug20048 b/changes/bug20048 index 0874e97e7a..5cc9f45545 100644 --- a/changes/bug20048 +++ b/changes/bug20048 @@ -1,4 +1,4 @@ - o Minor bugfixes: + o Minor features (infrastructure): - Implement smartlist_add_strdup() function. Replaces the use of - smartlist_add(sl, tor_strdup(str)). Fixes bug 20048. + smartlist_add(sl, tor_strdup(str)). Closes ticket 20048. |