From 6911821a28bb78e82f9c9bcb3f50565c9c887b42 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 25 Aug 2010 12:21:12 +0200 Subject: [PATCH] fix a 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 12c39755a..e735f7ac5 100644 --- a/src/common/socks5.py +++ b/src/common/socks5.py @@ -134,7 +134,7 @@ class SocksQueue: if 'type' in streamhost and streamhost['type'] == 'proxy': fp = None else: - fd = fingerprint + fp = fingerprint receiver = Socks5Receiver(self.idlequeue, streamhost, sid, file_props, fingerprint=fp) self.add_receiver(account, receiver)