]> git.mxchange.org Git - quix0rs-apt-p2p.git/commitdiff
fix missing arg conversion
authorburris <burris>
Mon, 23 Sep 2002 22:20:34 +0000 (22:20 +0000)
committerburris <burris>
Mon, 23 Sep 2002 22:20:34 +0000 (22:20 +0000)
khashmir.py

index 03c67abba0db736ac2b9f26a8989a43c1f63c384..bb78e6ba068969655b69ce78960f70bbb4f256b3 100644 (file)
@@ -173,6 +173,7 @@ 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