fix a typo

This commit is contained in:
Yann Leboulanger 2010-08-25 12:21:12 +02:00
parent e00daf8b16
commit 6911821a28
1 changed files with 1 additions and 1 deletions

View File

@ -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)