[telepathy-gabble/master] 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 0008ce4..1c38d97 100644
--- a/src/bytestream-factory.c
+++ b/src/bytestream-factory.c
@@ -2170,10 +2170,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