]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - khashmir.py
removed client side connection host determination
[quix0rs-apt-p2p.git] / khashmir.py
index bb78e6ba068969655b69ce78960f70bbb4f256b3..b0325b1f897cb5eef82efacec33ac65d79c48da8 100644 (file)
@@ -155,9 +155,6 @@ class Khashmir(xmlrpc.XMLRPC):
        
            def _notStaleNodeHandler(sender, old=old):
                """ called when we get a pong from the old node """
-               sender, conn = sender
-               if conn['host']:
-                   sender['host'] = conn['host']
                sender = Node().initWithDict(sender)
                if sender.id == old.id:
                    self.table.justSeenNode(old)