fix reference to old greenlet client

This commit is contained in:
Adrian Sampson 2011-09-05 13:06:01 -07:00
parent 4bd1d4df25
commit 9d1870af16

View file

@ -568,7 +568,7 @@ class Connection(object):
yield bluelet.call(self.do_command(Command(line)))
except BPDClose:
# Command indicates that the conn should close.
self.client.close()
self.sock.close()
return
@classmethod