From 9076ad81565778d7d84759950332106702ef5bb1 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Wed, 30 Oct 2013 11:58:18 +0100
Subject: [PATCH] fix typo

---
 src/common/socks5.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/socks5.py b/src/common/socks5.py
index 504726a2bc..8d252b044a 100644
--- a/src/common/socks5.py
+++ b/src/common/socks5.py
@@ -120,7 +120,7 @@ class SocksQueue:
         # Remove local IPs to not connect to ourself
         for streamhost in file_props.streamhosts:
             if streamhost['host'] == '127.0.0.1' or \
-                    streamhost['host'] == '::1'
+                    streamhost['host'] == '::1':
                 continue
             streamhosts_to_test.append(streamhost)
         if not streamhosts_to_test:
-- 
GitLab