diff options
author | George Kadianakis <desnacked@riseup.net> | 2012-06-14 18:01:22 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2012-06-14 18:01:22 +0300 |
commit | aa212b173c340536eb94b4978174b068ead89cb1 (patch) | |
tree | 7f0dfc25a11888893136c94886248776c4c61283 /changes | |
parent | 068046eebc73fbe1f0d8419f0dfea65d3de9c14a (diff) | |
download | tor-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/bug5589 | 3 |
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(). |