diff options
author | George Kadianakis <desnacked@riseup.net> | 2012-10-04 20:54:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-09 23:46:04 -0400 |
commit | 721f99e495474fc7b80250ba52351b5771f0ed36 (patch) | |
tree | ae691b12bdc2bfe2ea19f58bde519986a190240a /changes/bug7014 | |
parent | 0a3dfd0423e230bf5b29c21623480af777bb22c1 (diff) | |
download | tor-721f99e495474fc7b80250ba52351b5771f0ed36.tar.gz tor-721f99e495474fc7b80250ba52351b5771f0ed36.zip |
Don't call fmt_addr() twice in a parameter list.
Diffstat (limited to 'changes/bug7014')
-rw-r--r-- | changes/bug7014 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug7014 b/changes/bug7014 new file mode 100644 index 0000000000..1d39103a50 --- /dev/null +++ b/changes/bug7014 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Fix two cases in src/or/transports.c where we were calling + fmt_addr() twice in a parameter list. Bug found by David + Fifield. Fixes bug 7014; bugfix on 0.2.3.9-alpha. + |