mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 12:12:06 +01:00
SMACK-395 Forgot to actually add the discovered proxies
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13441 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
592135c0e9
commit
04cea9e28c
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ public final class Socks5BytestreamManager implements BytestreamManager {
|
||||||
List<String> proxies = new ArrayList<String>();
|
List<String> proxies = new ArrayList<String>();
|
||||||
// determine SOCKS5 proxies from XMPP-server
|
// determine SOCKS5 proxies from XMPP-server
|
||||||
try {
|
try {
|
||||||
determineProxies();
|
proxies.addAll(determineProxies());
|
||||||
} catch (XMPPException e) {
|
} catch (XMPPException e) {
|
||||||
// don't abort here, just remember the exception thrown by determineProxies()
|
// don't abort here, just remember the exception thrown by determineProxies()
|
||||||
// determineStreamHostInfos() will at least add the local Socks5 proxy (if enabled)
|
// determineStreamHostInfos() will at least add the local Socks5 proxy (if enabled)
|
||||||
|
|
Loading…
Reference in a new issue