fix typo
authorburris <burris>
Mon, 23 Sep 2002 23:12:56 +0000 (23:12 +0000)
committerburris <burris>
Mon, 23 Sep 2002 23:12:56 +0000 (23:12 +0000)
khashmir.py

index a41fc17e6441c00d5edb0b2d79eb625bfccc83cf..b8bb49ad2dd41cb7f7d74c6a0148bfaf54ac48e8 100644 (file)
@@ -170,7 +170,6 @@ class Khashmir(xmlrpc.XMLRPC):
        df = node.ping(self.node.senderDict())
        ## these are the callbacks we use when we issue a PING
        def _pongHandler(sender, id=node.id, host=node.host, port=node.port, table=self.table):
-           sender, conn = sender
            if id != 20 * ' ' and id != sender['id'].data:
                # whoah, got response from different peer than we were expecting
                pass