From 95b6855aa3c816848ec84db98ad89d3d4d751bf5 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 27 Aug 2008 10:09:38 +0000 Subject: [PATCH] remove test thing --- 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 e4bccb3ff..6802f7ed8 100644 --- a/src/common/socks5.py +++ b/src/common/socks5.py @@ -78,7 +78,7 @@ class SocksQueue: self.listener = Socks5Listener(self.idlequeue, port) self.listener.queue = self self.listener.bind() - if self.listener.started is False or True: + if self.listener.started is False: self.listener = None # We cannot bind port, call error callback and fail self.error_cb(_('Unable to bind to port %s.') % port,