aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2012-06-14 18:01:22 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2012-06-14 18:01:22 +0300
commitaa212b173c340536eb94b4978174b068ead89cb1 (patch)
tree7f0dfc25a11888893136c94886248776c4c61283 /changes
parent068046eebc73fbe1f0d8419f0dfea65d3de9c14a (diff)
downloadtor-aa212b173c340536eb94b4978174b068ead89cb1.tar
tor-aa212b173c340536eb94b4978174b068ead89cb1.tar.gz
Remove validate_pluggable_transports_config(): redundant since 9d9b5ed0.
The warning message of validate_pluggable_transports_config() is superseded by the changes in the warning message of connection_or_connect() when the proxy credentials can't be found.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug55893
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug5589 b/changes/bug5589
new file mode 100644
index 000000000..cbcaaa75f
--- /dev/null
+++ b/changes/bug5589
@@ -0,0 +1,3 @@
+ o Code simplifications and refactoring:
+ - Remove validate_pluggable_transports_config(): its warning
+ message is now handled by connection_or_connect().