[telepathy-gabble/telepathy-gabble-0.8] gabble_bytestream_factory_get_socks5_proxies: stop randomizing proxies
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Fri Dec 4 04:22:54 PST 2009
The newer proxies have to be put first in the SOCKS5 stanza.
---
src/bytestream-factory.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/bytestream-factory.c b/src/bytestream-factory.c
index c84af0a..365045a 100644
--- a/src/bytestream-factory.c
+++ b/src/bytestream-factory.c
@@ -2162,10 +2162,6 @@ gabble_bytestream_factory_get_socks5_proxies (GabbleBytestreamFactory *self)
GabbleBytestreamFactoryPrivate *priv = GABBLE_BYTESTREAM_FACTORY_GET_PRIVATE (
self);
- /* randomize fallback proxies to avoid to use always the same one */
- priv->socks5_fallback_proxies = randomize_g_slist (
- priv->socks5_fallback_proxies);
-
return g_slist_concat (g_slist_copy (priv->socks5_proxies),
g_slist_copy (priv->socks5_fallback_proxies));
}
--
1.5.6.5
More information about the telepathy-commits
mailing list